function openWindowWith(w,h,opn, name) {
	pop=window.open(opn,name,"width="+w+",height="+h+",toolbar=no,status=no,scrollbars=yes,menubar=no,location=no,titlebar=no,resizable=yes,directories=no,alwaysRaised=yes");
}
function openWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function TitelChange() { 
	jetzt=new Date();
	T = jetzt.getDate();
	M = jetzt.getMonth()+1;
	J = jetzt.getYear();
	if(J < 200) J+=1900;
	datumd = T + "." + M + "." + J;
	document.Einstufungstest_E.Datum.value = datumd ;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}