// This javascript simply places the necessary HTML for the menusystem into the document

	var HTMLString = ''

// Gradelink logo and clickable 'link >>> home' area

	HTMLString = HTMLString + '<div align="left" style="width:214; position: absolute; left: 0px; top: 0px;">'
	HTMLString = HTMLString + '<img src="../imgs/gradelinkLogo.jpg"  height="50" width="760"></div>'

	HTMLString = HTMLString + '<div align="left" style="width:214; position: absolute; left: 0px; top: 0px; z-index:6;">'
	HTMLString = HTMLString + '<a href="main.htm" class="text00"><img class="text00" src="../imgs/sp.gif" height="50" width="200"></a></div>'
		
// Text Size Tester ***********************************************************************************************

	HTMLString = HTMLString + '<div id=textStartHTML style="position: absolute; left: 0px; top: -600px; width:760; height:28; overflow:hidden;"><font class="tabMenuText" style="font-size: 16px;">HomeFeaturesSupportAbout</font><span id=textSizeHTML>|</span></div>'

// TABMENU ***********************************************************************************************

	HTMLString = HTMLString + '<div id=tabMenuHTML style="position: absolute; left: 0px; top: 29px; width:760; height:28; overflow:hidden; z-index:5;">&nbsp;</div>'
 
// SUBMENU ***********************************************************************************************

	HTMLString = HTMLString + '<div id=subMenuHTML align="center" style="position: absolute; left: 0px; top: 57px; width:760; height:23; overflow:hidden; z-index:5; background-image:  url(../imgs/subBot0.gif);background-repeat: repeat-x;">&nbsp;</div>'
	document.write(HTMLString)