path="http://www.jgames.com";

item20=new Image();
item20.src=path+"/pics/jmenu/homewhite.gif";
item20_mouse=new Image();
item20_mouse.src=path+"/pics/jmenu/homeblue.gif";

item21=new Image();
item21.src=path+"/pics/jmenu/chatwhite.gif";
item21_mouse=new Image();
item21_mouse.src=path+"/pics/jmenu/chatblue.gif";

item22=new Image();
item22.src=path+"/pics/jmenu/shoppingwhite.gif";
item22_mouse=new Image();
item22_mouse.src=path+"/pics/jmenu/shoppingblue.gif";

item23=new Image();
item23.src=path+"/pics/jmenu/contactuswhite.gif";
item23_mouse=new Image();
item23_mouse.src=path+"/pics/jmenu/contactusblue.gif";

function hiLite1(imgDocID,imgObjName) {
//   imgDocID - the name or number of the document image to be replaced
//   imgObjName - the name of the image object to be swapped in

	if (version == "1") {
		document.images[imgDocID].src = eval(imgObjName + ".src")
		//document[imgDocID].src = eval(imgObjName + ".src");
	}	
}

function jMenu() {
document.write('\n<table border="0" cellspacing="0" cellpadding="0" width="120">');
document.write('\n<tr>');
document.write('\n	<td width="10" height="10"><a href="#" onmouseover="hideAll()" onclick="return false"><img src="'+path+'/pics/leftpixel.gif" width="10" height="10" alt="." border="0"></a></td>');
document.write('\n	<td width="100" height="10"><a href="'+path+'/" onmouseover="hiLite1(\'it20\',\'item20_mouse\'); showStatus(\'Home\'); " onmouseout="hiLite1(\'it20\',\'item20\'); showStatus(\' \');"><img src="'+path+'/pics/jmenu/homewhite.gif" width="100" height="10" name="it20" alt="Home" border="0"></a></td>');
document.write('\n	<td width="10" height="10"><a href="#" onmouseover="hideAll()" onclick="return false"><img src="'+path+'/pics/rightpixels.gif" width="10" height="10" alt="." border="0"></a></td>');
document.write('\n</tr>	');
document.write('\n<tr><td width="10" height="1"><a href="#" onmouseover="hideAll()" onclick="return false"><img src="'+path+'/pics/leftpixel.gif" width="10" height="1" alt="." border="0"></a></td><td width="178" height="1"><img src="'+path+'/pics/spacerpixels.gif" width="100" height="1" alt="-"></td><td width="10" height="1"><a href="#" onmouseover="hideAll()" onclick="return false"><img src="'+path+'/pics/rightpixels.gif" width="10" height="1" alt="." border="0"></a></td></tr>');
document.write('\n<tr>');
document.write('\n	<td width="10" height="10"><a href="#" onmouseover="hideAll()" onclick="return false"><img src="'+path+'/pics/leftpixel.gif" width="10" height="10" alt="." border="0"></a></td>');
document.write('\n	<td width="100" height="10"><a href="'+path+'/contactus/" onmouseover="hiLite1(\'it23\',\'item23_mouse\'); showStatus(\'Contact Us\'); " onmouseout="hiLite1(\'it23\',\'item23\'); showStatus(\' \');"><img src="'+path+'/pics/jmenu/contactuswhite.gif" width="100" height="10" name="it23" alt="Contact Us" border="0"></a></td>');
document.write('\n	<td width="10" height="10"><a href="#" onmouseover="hideAll()" onclick="return false"><img src="'+path+'/pics/rightpixels.gif" width="10" height="10" alt="." border="0"></a></td>');
document.write('\n</tr>	');
document.write('\n<tr><td colspan="3" width="120" height="10"><a href="#" onmouseover="hideAll()" onclick="return false"><img src="'+path+'/pics/bottompixels120.gif" width="120" height="10" alt="-" border="0"></a></td></tr>');
document.write('\n</table>');
}
