
function popup(the_url,titel,breite,hoehe,sc,top,left){

var windowprops = "width=" + breite + ",height=" + hoehe + ",locationbar=no,status=no,scrollbars=" + sc + ",resizable=no,toolbar=no,top=" + ftop + ",left=" + fleft + ",screenX=" + fleft + ",screenY=" + ftop +'"';
win=window.open(the_url,titel,windowprops);
win.focus();
	}


function popneu(myLink,titel,breite,hoehe,sc,top,left){
if(! window.focus)return;
var windowprops = "width=" + breite + ",height=" + hoehe + ",locationbar=no,status=no,scrollbars=" + sc + ",resizable=no,toolbar=no,top=" + ftop + ",left=" + fleft + ",screenX=" + fleft + ",screenY=" + ftop +'"';
wind=window.open("",titel,windowprops);
wind.focus();
myLink.target=titel;
	}


function abbrechen(){
document.forms[0].reset();
return false;
}
