var row;
function changecolor(row)
{
//	row.className='menurowhover';
	row.style.background='#EAF1FD';
}

function restorecolor(row)
{
//	row.className='';
	row.style.background='';
}


