function wopen(src,winX,breite,hoehe) {
		win1 = window.open(src,winX,"scrollbars=yes,width="+breite+",height="+hoehe);
		check()
} 
