// JavaScript Document
function HgAn(IdName)
{
	document.getElementById(IdName).style.backgroundImage="url(images/hintergrund_navi_rollover.gif)";
}
function HgPAn(IdName)
{
	document.getElementById(IdName).style.backgroundImage="url(images/hintergrund_PFnavi_rollover.gif)";
}
function HgAus(IdName)
{
	document.getElementById(IdName).style.backgroundImage="";
}
//  End -->
