<!--

// Rollover für Webpart-Links



function high(LinkObject)	{

	LinkObject.style.background='rgb(255,255,255)';

}



function low(LinkObject)	{

	LinkObject.style.background='rgb(255,219,205)';

}



//-->