[raw]
var QS = unescape(document.location.search);
var subject;
var body;
if (QS.indexOf("CALCULATORID") == -1)
{
subject = "financial calculators";
body = "Hello,%0A%0ATake a look at these online financial calculators.%0A%0A" + escape(document.location.href);
}
else
{
subject = "financial calculation";
body = "Hello,%0A%0ATake a look at this online financial calculation.%0A%0A" + escape(document.location.href);
}
var imgsrc = 'https://www.timevaluecalculators.com/timevaluecalculators/images/email_icon.jpg';
var imgtitle = 'Email this to a friend';
var linktext = '';
var link = '' + linktext + '';
document.write(link);
var suites = new Array('Home', 'Personal', 'Investment', 'Retirement', 'Lease');
var suiteTitles = new Array('Home', 'Personal', 'Investment', 'Retirement', 'Lease');
var selectedTab = null;
function showPanel(tab, name)
{
if (selectedTab)
{
selectedTab.className = 'tab';
}
if (tab)
{
selectedTab = tab;
selectedTab.className = 'tab selectedTab';
for(i = 0; i < suites.length; i++) { var panelID = 'panel' + suites[i]; document.getElementById(panelID).className = (name == panelID) ? 'panel selectedPanel': 'panel'; } } return false; } function createTabs() { document.writeln('
for(i = 0; i < suites.length; i++ ) { var panelID = 'panel' + suites[i]; var tabID = 'tab' + suites[i]; document.write('' + suiteTitles[i] + '');
}
document.writeln('
');
}
QS = unescape(document.location.search);
if (QS.indexOf("CALCULATORID") == -1)
{createTabs();}
// Developers: If you should have any questions or concerns
// regarding the use of this script, please call
// TimeValue Software Support at 800-426-4741.
// online financial calculator
TEMPLATE_ID = "www.snbenid.com_1";
PASSTHROUGH = "";
if (document.location.href.substring(0,5) == "https") { URL = "https://"; } else { URL = "http://";}
URL += "www.TimeValueCalculators.com/timevaluecalculators/includes/calculators_script.js";
scriptTag = 'SCRIPT ';
languageAttr = 'LANGUAGE="JavaScript" ';
srcAttr = 'SR' + 'C="' + URL + '" '; //split for DNN
typeAttr = 'TYPE="text/javascript" ';
document.write('<' + scriptTag + languageAttr + srcAttr + '>' + scriptTag + '>');
// Purchase financial calculators from TimeValue Software.
Your browser does not support JavaScript. Please enable JavaScript or click financial calculators here to use the non-JavaScript calculators.
QS = unescape(document.location.search);
if (QS.indexOf("CALCULATORID") > 0)
{
//Go back one step back in history
document.write('Return to previous calculation >>
');
}
showPanel(document.getElementById('tabHome'), 'panelHome');
Presented by TimeValue Software ©2018
[/raw]