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>");
	
	document.write("<a href=\"../index.html\">&nbsp;vvvSoft&nbsp;</a>");
	document.write("&nbsp;|&nbsp;");
	
	if( i==0 ) document.write("MP3Finder");
	else document.write("<a href=\"index.html\">MP3Finder</a>");
	document.write("&nbsp;|&nbsp;");
	
	if( i==1 ) document.write("What's new");
	else document.write("<a href=\"whatsnew.html\">What's new</a>");
	document.write("&nbsp;|&nbsp;");
	
	if( i==2 ) document.write("FAQ");
	else document.write("<a href=\"faq.html\">FAQ</a>");
	document.write("&nbsp;|&nbsp;");
	
	if( i==3 ) document.write("ScreenShots");
	else document.write("<a href=\"shots.html\">ScreenShots</a>");
	document.write("&nbsp;|&nbsp;");
	
	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>");
	
	document.write("<a href=\"../index.html\">vvvSoft</a>");
	document.write("&nbsp;·&nbsp;");
	
	if( i==0 ) document.write("MP3Finder");
	else document.write("<a href=\"index.html\">MP3Finder</a>");
	document.write("&nbsp;·&nbsp;");
	
	if( i==1 ) document.write("What's new");
	else document.write("<a href=\"whatsnew.html\">What's new</a>");
	document.write("&nbsp;·&nbsp;");
	
	if( i==2 ) document.write("FAQ");
	else document.write("<a href=\"faq.html\">FAQ</a>");
	document.write("&nbsp;·&nbsp;");
	
	if( i==3 ) document.write("ScreenShots");
	else document.write("<a href=\"shots.html\">ScreenShots</a>");
	document.write("&nbsp;·&nbsp;");
	
	document.write("<a href=\"../sitemap.html\">Site Map</a>");
	
	document.write("<br><br>Copyright © 1999-2008 <a 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>");
}