function high(LinkObject)	{
	// old blue stlye: LinkObject.style.background='rgb(171,199,250)';
	LinkObject.style.background='rgb(255,210,143)';
	LinkObject.style.border='solid';
	LinkObject.style.borderWidth='1px';
	LinkObject.style.borderColor='rgb(49,106,197)';
}

function low(LinkObject)	{
	LinkObject.style.background='rgb(227,228,227)';
	LinkObject.style.border='solid';
	LinkObject.style.borderWidth='1px';
	LinkObject.style.borderColor='rgb(227,228,227)';
}

function high2(LinkObject)	{
	LinkObject.style.background='rgb(255,255,255)';
}

function low2(LinkObject)	{
	LinkObject.style.background='rgb(237,237,237)'; 
}

function high3(LinkObject)	{
	LinkObject.style.background='FFF8DC';
}

function low3(LinkObject)	{
	LinkObject.style.background='rgb(255,255,255)'; 
}


var hk = "'"

