
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 msover7_1() //This function change the color of the menu bar on mouse event
{
event.srcElement.id= "st77"
event.srcElement.style.cursor = "hand";
}

function msout7_1() //This function change the color of the menu bar on mouse event
{
event.srcElement.id= "st7"
event.srcElement.style.cursor = "auto";
}	

function msover7_1() //This function change the color of the menu bar on mouse event
{
event.srcElement.id= "st77"
event.srcElement.style.cursor = "hand";
}

function msout7_1() //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 imgover(imgname)
{
imgname.src = "images/arrow3.gif"
}

function imgout(imgname)
{
imgname.src = "images/pixel.gif"
}




