function high(LinkObject)	{
	LinkObject.style.background='#D0E8CA';
}
function low(LinkObject)	{
	LinkObject.style.background='';
}

