function changeIMG(what, width, height) {
  document.getElementById(what).width = width;
  document.getElementById(what).height = height;
}



function MM_jumpMenu(targ,selObj,restore){ 
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function satellitoeffnen(sat) {
remote = window.open("","remotewin","width=430,height=290,resizable=yes,scrollbars=yes");
remote.location.href='basisfiles/satellit.php';
if (remote.opener == null) remote.opener = window; 
remote.opener.name = "opener";
}

function toggleDisplay(id) {
	document.getElementById(id).style.visibility = "visible";
	if(document.getElementById(id).style.display == "none" ) {
		document.getElementById(id).style.display = "";
	}
	else {
		document.getElementById(id).style.display = "none";
	}
}
