ie4=(document.all)?true:false;
if (navigator.userAgent.indexOf('Netscape/7')>-1) {ie4=true;}
if (ie4) { document.write('<style type=\"text/css\">\n<!--\n#duenn {border-width:1px;}\n-->\n</style>');
 document.write('<style type=\"text/css\">\n<!--\n#navi {border-style:solid;border-width:1px;}\n-->\n</style>');
}
function poll(pollfile,aw) {
fenster=window.open('../poll.pl?pollfile='+pollfile+'&aw='+aw,'poll',"width=500,height=300,locationbar=no,menubar=no,status=no");
fenster.focus();
fenster.location.reload();
}
function neuesfenster(datei,x,y,titel) {
bildpl="../bild.pl?b="+datei+"&x="+x+"&y="+y+"&t="+titel;
groessen="width="+x+",height="+y+",locationbar=no,menubar=no,status=no";
fenster1=window.open(bildpl,'fenster1',groessen);
fenster1.focus();
}
