function highRow(LinkObject)	{
	LinkObject.style.color='#FFFFFF';
	LinkObject.style.background='#5785C7'; 
	LinkObject.style.cursor='pointer';

}

function lowRow(LinkObject)	{
	LinkObject.style.color='#FFFFFF';
	LinkObject.style.background='#285DA9'; 
}

//function highRow_menu(LinkObject)	{
//	LinkObject.style.color='#FFFFFF';
//	LinkObject.style.background='#9C9277';
//
//}

//function lowRow_menu(LinkObject)	{
//	LinkObject.style.color='#000000';
//	LinkObject.style.background='#877E63';
//}

function overLink(source){
	window.location.href=source;
}