<!--
function popup(pfad,title,breite,hoehe){

var openvalue = "width="+breite+",height="+hoehe+",resizable=1,scrollbars=1,toolbar=0,location=0,directories=0,status=1,menubar=0,copyhistory=0";
f1=window.open(pfad,'title',openvalue);
f1.status='www.bdf-ev.de';
f1.moveTo(50,100);
}
//-->
		