function high(LinkName,color){ 
	document.getElementById(LinkName).style.background=color;
	document.getElementById(LinkName).style.cursor='hand';
	}
function low(LinkName,color) 	{ 
	document.getElementById(LinkName).style.background=color; 
	}