// Rollover für Webpart-Links
function high(LinkObject)	{
	LinkObject.style.background='#78A9BF';
	LinkObject.style.color='#fff';
	/* LinkObject.style.border='solid'; */
	/* LinkObject.style.borderWidth='1px'; */
	/* LinkObject.style.borderColor='#ccc'; */
}

function low(LinkObject)	{
	LinkObject.style.background='#fff';
	LinkObject.style.color='#777';
	/* LinkObject.style.border='solid'; */
	/* LinkObject.style.borderWidth='1px'; */
	/* LinkObject.style.borderColor='#ccc'; */
}