function fcMp0Mover(mp){
	document.getElementById(mp).style.color = "#305470";
	document.getElementById(mp).style.textDecoration = "underline";
}
function fcMp0Mout(mp){
	document.getElementById(mp).style.color = "#000000";
	document.getElementById(mp).style.textDecoration = "none";
}
function fcOpenSite(site){
	strURL = "index.php";
	if(site != ""){
		strURL += "?Page="+site;
	}
	if(strURL != ""){
		document.location.href = strURL;
	}
}
function bldOver(mp){
	document.getElementById(mp).style.border = "1px solid #CC0000";
}
function bldOut(mp){
	document.getElementById(mp).style.border = "1px solid #446688";
}
function fcBildseite(picWidth,picHeight,bild){
	bildnr = bild;
	window.open("bild.html","bildanz","toolbar=no,location=no,directories=no,status=no,menubar=no,top=0,left=0,width="+picWidth+",height="+picHeight);
}
