
var hoehe = (screen.height - 600) / 2;
var breite = (screen.width - 800) / 2;

var gbreite = (screen.width - 550);



function popup(url,name,einstellungen)
{ window.open(url,name,einstellungen); }



function surfto1(form)
{ var myindex=form.select1.selectedIndex 
if (form.select1.options[myindex].value !="0"){ 
window.open(form.select1.options[myindex].value, target="_self" );
}
}


function refreshParent() {
  window.opener.location.href = window.opener.location.href;
  if (window.opener.progressWindow)
 {    window.opener.progressWindow.close()  }
  window.close();
}
function closechild() {
	window.close();
}