if(g_hasLayers)	{
		document.write("<layer id='topNav' position=relative; top=166; left=0; visibility=hide;>");
		writeMenuItems();
		document.write("</layer>");
	} else if(g_hasGetElement || g_hasAll) {
	   document.write("<DIV id='topNav'>")
	   writeMenuItems()
	   document.write("</DIV>")
	}