
function over1(LinkObject)	{
	LinkObject.style.background='rgb(255,204,0)';
	LinkObject.style.border='solid';
	LinkObject.style.borderWidth='1px';
	LinkObject.style.borderColor='rgb(255,153,0)';
}

function out1(LinkObject)	{
	LinkObject.style.background='rgb(255,255,0)';
	LinkObject.style.border='solid';
	LinkObject.style.borderWidth='1px';
	LinkObject.style.borderColor='rgb(255,255,0)';
}
