var stURL = parent.document.URL;
stURL = stURL.substring(0,5);

if(stURL=='https')
{
	stURL='https://www.taxshax.com/'
}
else
{
	stURL='http://www.taxshax.com/'
}
document.write("<script>\n");
//Contents for menu 1
document.write("var menu1=new Array();\n");
document.write("menu1[0]=\"<a href='"+stURL+"Why%20Taxshax.html'>Why Taxshax</a>\"; \n\n");
//document.write("menu1[1]=\"<a href='"+stURL+""+stURL+"Who%20Should%20Use%20Taxshax.html'>Who Should Use Taxshax</a>\";\n");
document.write("menu1[1]=\"<a href='"+stURL+"For%20Individuals.html'>For Individuals</a>\";\n");
document.write("menu1[2]=\"<a href='"+stURL+"For%20Income%20Tax%20Consultants.html'>For Tax Consultants</a>\";\n");
//document.write("menu1[3]=\"<a href='"+stURL+"For%20Employers.html'>Employers</a>\";\n");
document.write("menu1[3]=\"<a href='"+stURL+"For Corporate.html'>Corporate Registration</a>\";\n");
document.write("menu1[4]=\"<a href='"+stURL+"Employee Registration.html'>Employee Registration</a>\";\n");
document.write("\n");
//Contents for menu 2, and so on
document.write("var menu2=new Array();\n");
document.write("menu2[0]=\"<a href='"+stURL+"Deduction%20and%20Credits.html'>Tax Deductions and Credits</a>\";\n");
//document.write("menu2[1]=\"<a href='"+stURL+"Recent%20Tax%20Law%20Changes.html'>Recent Tax Law Changes</a>\";\n");
document.write("menu2[1]=\"<a href='"+stURL+"Tax%20Forms.html'>Tax Forms</a>\";\n");
document.write("menu2[2]=\"<a href='"+stURL+"Important%20Dates.html'>Important Dates</a>\";\n");
//document.write("menu2[4]=\"<a href='"+stURL+"Investment%20Calendar.html'>Investment Calendar</a>\";\n");
document.write("menu2[3]=\"<a href='"+stURL+"Tax%20Return%20Checklist.html'>Tax Return Checklist</a>\";\n");
//document.write("menu2[4]=\"<a href='"+stURL+"Quick%20Estimator.html'>Quick Estimator</a>\";\n");

//Contents for menu 3, and so on
document.write("var menu3=new Array();\n");
document.write("menu3[0]=\"<a href='"+stURL+"Contact%20Us.html'>Contact Us</a>\";\n");
document.write("menu3[1]=\"<a href='"+stURL+"System%20Requirements.html'>System Requirements</a>\";\n");
//document.write("menu3[2]=\"<a href='"+stURL+"Frequently%20Asked%20Questions.html'>Frequently Asked Questions</a>\";\n");

//Contents for menu 4, and so on
document.write("var menu4=new Array();\n");
document.write("menu4[0]=\"<a href='"+stURL+"Company.html'>Company</a>\";\n");
//document.write("menu4[1]=\"<a href='"+stURL+"Tax%20Return%20Services.html'>Tax Return Services</a>\";\n");
//document.write("menu4[2]=\"<a href='"+stURL+"Solutions.html'>Solutions</a>\";\n");
//document.write("menu4[3]=\"<a href='"+stURL+"Resources.html'>Resources</a>\";\n");

document.write("</script>");

document.write("<link href='"+stURL+"stsheet/taxshax2008.css' rel='stylesheet' type='text/css' />");
//Rama 29-March-2009
//document.write("<DIV style='position:absolute;left:6px; top:0px;width:990px;height:20px; ;background-image:url("+stURL+"Objects/image/green_r1_c2.gif);'>");
document.write("<DIV style='position:absolute;left:6px; top:0px;width:990px;height:20px; ;background-image:url("+stURL+"Objects/image/blue_r1_c2.gif);'>");
document.write("<a href='innerpage.html' class='mainlinks'  onClick=\"return clickreturnvalue();\" onMouseover=\"dropdownmenu(this, event, menu1, '250px');\" onMouseout=\"delayhidemenu();\">Our Services</a> |");
document.write("<a href='#' class='mainlinks'  onClick=\"return clickreturnvalue();\" onMouseover=\"dropdownmenu(this, event, menu2, '250px');\" onMouseout=\"delayhidemenu();\">Tax Related</a> |");
document.write("<a href='#' class='mainlinks'  onClick=\"return clickreturnvalue();\" onMouseover=\"dropdownmenu(this, event, menu3, '250px');\" onMouseout=\"delayhidemenu();\">Support</a> |");
document.write("<a href='#' class='mainlinks'  onClick=\"return clickreturnvalue();\" onMouseover=\"dropdownmenu(this, event, menu4, '150px');\" onMouseout=\"delayhidemenu();\">About us</a>");
document.write("</DIV>");

