function msover6() //This function change the color of the menu bar on mouse event
	{
	event.srcElement.id= "st66"
	event.srcElement.style.cursor = "hand";
	}
	
	function msout6() //This function change the color of the menu bar on mouse event
	{
	event.srcElement.id= "st6"
	event.srcElement.style.cursor = "auto";
	}
	
	function msover7() //This function change the color of the menu bar on mouse event
	{
	event.srcElement.id= "st77"
	event.srcElement.style.cursor = "hand";
	}
	
	function msout7() //This function change the color of the menu bar on mouse event
	{
	event.srcElement.id= "st7"
	event.srcElement.style.cursor = "auto";
	}
	
	function msover8() //This function change the color of the menu bar on mouse event
	{
	event.srcElement.id= "st88"
	event.srcElement.style.cursor = "hand";
	}
	
	function msout8() //This function change the color of the menu bar on mouse event
	{
	event.srcElement.id= "st8"
	event.srcElement.style.cursor = "auto";
	}
	
	function msover9() //This function change the color of the menu bar on mouse event
	{
	event.srcElement.id= "st99"
	event.srcElement.style.cursor = "hand";
	}
	
	function msout9() //This function change the color of the menu bar on mouse event
	{
	event.srcElement.id= "st9"
	event.srcElement.style.cursor = "auto";
	}
	
function showmenu(elmnt)
{
document.all(elmnt).style.visibility="visible"
}
function hidemenu(elmnt)
{
document.all(elmnt).style.visibility="hidden"
}





