function writeHeader(i) {
	document.write("<table  width=100% height=18 border=0 cellspacing=0 cellpadding=0 class=TMenu><tr>");
	document.write("<td align=right>");
	document.write("<table height=18 border=0 cellspacing=0 cellpadding=0>");
	document.write("<tr>");
	document.write("<td nowrap><span>");
	
	if(i==0)	document.write("Products");
	else	document.write("<a href=\"index.html\">Products</a>");
	document.write("&nbsp;|&nbsp;");

	if(i==3)	document.write("Downloads");
	else document.write("<a href=\"download.html\">Downloads</a>");
	document.write("&nbsp;|&nbsp;");
	
	if(i==4)	document.write("Registration");
	else document.write("<a href=\"order.html\">Registration</a>");
	document.write("&nbsp;|&nbsp;");
	
	if(i==5)	document.write("Support");
	else document.write("<a href=\"support.html\">Support</a>");
	document.write("&nbsp;|&nbsp;");
	
	if(i==7)	document.write("Contact");
	else document.write("<a href=\"contact.html\">Contact</a>");
	document.write("&nbsp;|&nbsp;");
	
	if(i==8) 	document.write("Site Map");
	else document.write("<a href=\"sitemap.html\">Site Map</a>");
	
	document.write("</span></td></tr></table></td></tr></table>");
	document.write("<br><table width=100% height=1px class=TGreyDark border=0 cellspacing=0 cellpadding=0><td></td></table><br>");
	
}

function writeFooter(i) {
	document.write("<br><table width=100% height=1px class=TGreyDark border=0 cellspacing=0 cellpadding=0><td></td></table><br>");
	document.write("<div nowrap align=center class=smalltext>");
	
	if(i==0) 	document.write("Products");
	else document.write("<a href=\"index.html\">Products</a>");
	document.write("&nbsp;·&nbsp;");
	
	if(i==3) 	document.write("Downloads");
	else document.write("<a href=\"download.html\">Downloads</a>");
	document.write("&nbsp;·&nbsp;");
	
	if(i==4) 	document.write("Registration");
	else document.write("<a href=\"order.html\">Registration</a>");
	document.write("&nbsp;·&nbsp;");
	
	if(i==5) 	document.write("Support");
	else document.write("<a href=\"support.html\">Support</a>");
	document.write("&nbsp;·&nbsp;");
	
	if(i==7) 	document.write("Contact");
	else document.write("<a href=\"contact.html\">Contact</a>");
	document.write("&nbsp;·&nbsp;");
	
	if(i==8) 	document.write("Site Map");
	else document.write("<a href=\"sitemap.html\">Site Map</a>");
	
	document.write("<br><br>Copyright © 1999-2008 <a class=T href=\"http://www.vvvsoft.com\">vVvSOFT</a> Ltd. All rights reserved.");
	document.write("<br><br>Hosted by <a href=\"http://www.dotnetpark.com\">DotNetPark</a>");
	document.write("</div>");
}