var browser_type=navigator.appName
var browser_version=parseInt(navigator.appVersion)
if (browser_type=="Netscape")
	document.write('<link rel="stylesheet" type="text/css" href="ie_nes.css" title="mystyle">')
else if (browser_type=="Microsoft Internet Explorer"&&browser_version>=4)
	document.write('<link rel="stylesheet" type="text/css" href="ie.css" title="mystyle">')	

function msover9() //This function change the color of the menu bar on mouse event
{
event.srcElement.id= "men111"
event.srcElement.style.cursor = "hand";
}

function msout9() //This function change the color of the menu bar on mouse event
{
event.srcElement.id= "men1"
event.srcElement.style.cursor = "auto";
}	

function msover3() //This function change the color of the menu bar on mouse event
{
event.srcElement.id= "st3_on"
event.srcElement.style.cursor = "hand";
}

function msout3() //This function change the color of the menu bar on mouse event
{
event.srcElement.id= "st3"
event.srcElement.style.cursor = "auto";
}	

function msover2() //This function change the color of the menu bar on mouse event
{
event.srcElement.id= "st2_on"
event.srcElement.style.cursor = "hand";
}

function msout2() //This function change the color of the menu bar on mouse event
{
event.srcElement.id= "st2"
event.srcElement.style.cursor = "auto";
}	

function msover1() //This function change the color of the menu bar on mouse event
{
event.srcElement.id= "st2_on"
event.srcElement.style.cursor = "hand";
}

function msout1() //This function change the color of the menu bar on mouse event
{
event.srcElement.id= "st2"
event.srcElement.style.cursor = "auto";
}	

	function deleteit(delid)
		{
			if ( confirm('האם אתה בטוח?') )
			{
 
document.mess.delid.value=delid

				
				document.all.mess.submit();
			}
		}