<!--

function rolehi(LinkObject)	{
	LinkObject.style.background='rgb(122,187,255)';
	LinkObject.style.border='solid';
	LinkObject.style.borderWidth='1px';
	LinkObject.style.borderColor='rgb(49,106,197)';
}

function edelow(LinkObject)	{
	LinkObject.style.background='rgb(227,224,221)';
	LinkObject.style.border='solid';
	LinkObject.style.borderWidth='1px';
	LinkObject.style.borderColor='rgb(227,224,221)';
}


function rolehi1(LinkObject)	{
	LinkObject.style.background='rgb(181,195,214)';
	LinkObject.style.border='solid';
	LinkObject.style.borderWidth='1px';
	LinkObject.style.borderColor='rgb(49,106,197)';
}

function edelow1(LinkObject)	{
	LinkObject.style.background='rgb(231,231,222)';
	LinkObject.style.border='solid';
	LinkObject.style.borderWidth='0px';
	LinkObject.style.borderColor='rgb(255,255,255)';
}

function rolehi2(LinkObject)	{
	LinkObject.style.background='rgb(122,187,255)';
	LinkObject.style.border='solid';
	LinkObject.style.borderWidth='1px';
	LinkObject.style.borderColor='rgb(49,106,197)';
}

function edelow2(LinkObject)	{
	LinkObject.style.background='rgb(227,224,221)';
	LinkObject.style.border='solid';
	LinkObject.style.borderWidth='1px';
	LinkObject.style.borderColor='rgb(227,224,221)';
}

function rolehi3(LinkObject)	{
	LinkObject.style.background='rgb(122,187,255)';
	LinkObject.style.border='solid';
	LinkObject.style.borderWidth='1px';
	LinkObject.style.borderColor='rgb(49,106,197)';
}

function edelow3(LinkObject)	{
	LinkObject.style.background='rgb(245,244,243)';
	LinkObject.style.border='solid';
	LinkObject.style.borderWidth='1px';
	LinkObject.style.borderColor='rgb(245,244,243)';
}

//-->