


// RollOver für LinkModule
function high2(LinkObject)	{
	LinkObject.style.background='rgb(201,201,201)';
	LinkObject.style.border='solid';
	LinkObject.style.borderWidth='1px';
	LinkObject.style.borderColor='rgb(50,70,60)';
}

function low2(LinkObject)	{
	LinkObject.style.background='rgb(226,228,229)';
	LinkObject.style.border='solid';
	LinkObject.style.borderWidth='1px';
	LinkObject.style.borderColor='rgb(226,228,229)';
}


// RollOver für NavPanel
function high3(LinkObject)	{
	LinkObject.style.background='rgb(201,201,201)';
	LinkObject.style.border='solid';
	LinkObject.style.borderWidth='1px';
	LinkObject.style.borderColor='rgb(50,70,60)';
}

function low3(LinkObject)	{
	LinkObject.style.background='rgb(226,228,229)';
	LinkObject.style.border='solid';
	LinkObject.style.borderWidth='1px';
	LinkObject.style.borderColor='rgb(226,228,229)';
}
