// ***
// *** otp related vars
// *** Setting sysprop_otpStatus to something other than "1" will override all other related logic
// *** in loginRedirect.html.  If only disabling a specific OTP product, all non-tunneled, all-tunneled
// *** or specific partners, keep sysprop_otpStatus=0 here, and modify loginRedirect.html instead.
// ***
var sysprop_otpStatus       = 0;    // 0-available
                                    // 1-down
                                    // 2-maintenance

// *** OTP MAINT VARS - absolute refs since also reference from external menus
var sysprop_newUser_maint_url   = "http://www.hrblock.com/maint_new.html";
var sysprop_returnUser_maint_url= "http://www.hrblock.com/maint_returning.html";
var sysprop_newUser_maint_msg   = "The online tax program is currently unavailable. We apologize for any inconvenience this may cause you. \r\n \r\nDon’t want to wait? Download and finish your taxes today with TaxCut software.  It’s the fast, easy and guaranteed accurate way to do your own taxes! Or let a professional do your taxes to make sure you get the maximum refund you deserve. Give us your tax documents and relax. Your tax professional works to find you the maximum refund allowed, guaranteed.  \r\n \r\nClick OK to continue.";
var sysprop_returnUser_maint_msg= "The online tax program is currently unavailable. We apologize for any inconvenience this may cause you. Please check back again for availability. \r\n \r\nClick OK to continue.";

// *** OTP DOWN VARS - absolute refs since also reference from external menus
var sysprop_newUser_down_url    = "http://www.hrblock.com/maint_new.html";
var sysprop_returnUser_down_url = "http://www.hrblock.com/maint_returning.html";
var sysprop_newUser_down_msg   = "The online tax program is currently unavailable. We apologize for any inconvenience this may cause you. \r\n \r\nDon’t want to wait? Download and finish your taxes today with TaxCut software.  It’s the fast, easy and guaranteed accurate way to do your own taxes! Or let a professional do your taxes to make sure you get the maximum refund you deserve. Give us your tax documents and relax. Your tax professional works to find you the maximum refund allowed, guaranteed.  \r\n \r\nClick OK to continue.";
var sysprop_returnUser_down_msg= "The online tax program is currently unavailable. We apologize for any inconvenience this may cause you. Please check back again for availability. \r\n \r\nClick OK to continue.";

// ***
// *** popunder ad related.  
// ***   sysprop_closePopUnder is ONLY referred to by the popunder itself
// ***   sysprop_showPopUnder  is referred to by all menus and loginRedirect to determine if attempt to close it should be made
// ***                                        
var sysprop_closePopUnder   = 2;        // 0-do not close
                                        // 1-always close
                                        // 2-close only when "start now" selected (leave up if "learn more" is selected)
                                        
var sysprop_showPopUnder    = 0;        // 0-do not show popunder
                                        // 1-show popunder

var sysprop_popUnderURL = "http://www.hrblock.com/taxes/doing_my_taxes/products/popup/popunder1.html";
//var sysprop_popUnderURL = "http://www.hrblock.com/taxes/doing_my_taxes/products/popup/popunder2.html";