function rowon(hRow,hcol)
{				
	if (window.navigator.appName=="Microsoft Internet Explorer")
	{					
		hRow.style.backgroundColor=hcol;
	}
}

function rowoff(hRow,hcol)
{
	if (window.navigator.appName=="Microsoft Internet Explorer")
	{
		hRow.style.backgroundColor=hcol;
	}
}