function
fensterauf(wo,name,was)
{
 window.open(wo,name,was);
}


function diemitte()
{
 if (screen.height >= "770" && screen.width >= "1050")
 {
 document.write("<link rel='stylesheet' href='../_css/fuermitte.css' type='text/css'>");
 }
}


function closeBox(toClose) {
	document.getElementById(toClose).style.display = "none";
}
