/*
 * Javascript
 *
 */
function win(datei, breite, hoehe, links, oben){		props = "scrollbars=yes,resizable=yes,status=no,titlebar=no,location=no,menubar=no,width="+breite+", height="+hoehe+"";	nwin = window.open(datei,"popwin",props);	nwin.moveTo(links, oben);}
