function mainmenu_high(LinkObject)	{
	LinkObject.style.background='#99CCFF';
	LinkObject.style.borderColor='#99CCFF';
}

function mainmenu_low(LinkObject)	{
	LinkObject.style.background='#E6E6FE';
	LinkObject.style.borderColor='#E6E6FE';
}

function high(LinkObject, x)	{
	LinkObject.style.background='#99CCFF';
//	document.bild.src='/webimages/bh/' +LinkObject.id+'.gif';	  
	document.bild.src=document.MM_p[x].src;	  
	LinkObject.style.borderColor='#FFFFFF';
}

function ob_high(LinkObject)	{
	LinkObject.style.background='#99CCFF';
	LinkObject.style.borderColor='#FFFFFF';
}

function low(LinkObject)	{
	LinkObject.style.background='#FFFFFF';
	LinkObject.style.borderColor='#FFFFFF';
}
