// JavaScript Document
<!--window1
function open_new_window() 
{
new_window = open("","displayWindow","width=840,height=640,left=50,top=10");

// open new document 
new_window.document.open();

// Text of the new document
// Replace your " with ' or \" or your document.write statements will fail
new_window.document.write("<html><title>Calculators</title>");
new_window.document.write("<body><IFRAME SRC='http://www.financialcalculators.net/Equinox/Disability_Insurance.swf' TITLE='The Famous Recipe' FRAMEBORDER='0' width=780 HEIGHT=100% MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=no></iframe></body>");
new_window.document.write("</html>");

// close the document
new_window.document.close(); 
}



function open_new_window1() 
{
new_window = open("","displayWindow","width=840,height=640,left=50,top=10");

// open new document 
new_window.document.open();

// Text of the new document
// Replace your " with ' or \" or your document.write statements will fail
new_window.document.write("<html><title>Calculators</title>");
new_window.document.write("<body><IFRAME SRC='http://www.financialcalculators.net/Equinox/Final_Tax_Bite.swf' TITLE='The Famous Recipe' FRAMEBORDER='0' width=780 HEIGHT=100% MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=no></iframe></body>");
new_window.document.write("</html>");

// close the document
new_window.document.close(); 
}


function open_new_window2() 
{
new_window = open("","displayWindow","width=840,height=640,left=50,top=10");

// open new document 
new_window.document.open();

// Text of the new document
// Replace your " with ' or \" or your document.write statements will fail
new_window.document.write("<html><title>Calculators</title>");
new_window.document.write("<body><IFRAME SRC='http://www.financialcalculators.net/Equinox/Stay_Invested.swf' TITLE='The Famous Recipe' FRAMEBORDER='0' width=780 HEIGHT=100% MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=no></iframe></body>");
new_window.document.write("</html>");

// close the document
new_window.document.close(); 
}


function open_new_window3() 
{
new_window = open("","displayWindow","width=840,height=640,left=50,top=10");

// open new document 
new_window.document.open();

// Text of the new document
// Replace your " with ' or \" or your document.write statements will fail
new_window.document.write("<html><title>Calculators</title>");
new_window.document.write("<body><IFRAME SRC='http://www.financialcalculators.net/Equinox/Money_Last.swf' TITLE='The Famous Recipe' FRAMEBORDER='0' width=780 HEIGHT=100% MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=no></iframe></body>");
new_window.document.write("</html>");

// close the document
new_window.document.close(); 
}


function open_new_window4() 
{
new_window = open("","displayWindow","width=840,height=640,left=50,top=10");

// open new document 
new_window.document.open();

// Text of the new document
// Replace your " with ' or \" or your document.write statements will fail
new_window.document.write("<html><title>Calculators</title>");
new_window.document.write("<body><IFRAME SRC='http://www.financialcalculators.net/Equinox/Inflation_IncomeCA.swf' TITLE='The Famous Recipe' FRAMEBORDER='0' width=780 HEIGHT=100% MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=no></iframe></body>");
new_window.document.write("</html>");

// close the document
new_window.document.close(); 
}




function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
