function homelinkHover(msg)
{
	document.getElementById(msg).style.cursor='hand';
	document.getElementById(msg).style.color='#000000'; 
	document.getElementById(msg).style.backgroundColor='#e0e0e0'; 
	window.status='http://www.mediamass.com/'+ msg;
}
	function homelink(msg)
{
	document.getElementById(msg).style.color='#145373'; 
	document.getElementById(msg).style.backgroundColor='#ffffff'; 
	window.status="";
}