function foto(sPicURL) { window.open( "foto.htm?"+sPicURL, "", "resizable=0,HEIGHT=200,WIDTH=200"); } function FitPic() { iWidth = (NS)?window.innerWidth:document.body.clientWidth; iHeight = (NS)?window.innerHeight:document.body.clientHeight; iWidth = document.images[0].width - iWidth; iHeight = document.images[0].height - iHeight; window.resizeBy(iWidth, iHeight); self.focus(); } function ankieta() { window.open('ankieta.php','Ankieta','scrollbars=yes,scrolling=yes,resizable=no,noresize,width=450,height=400,left=70,top=70'); } function wyniki() { window.open('http://www.klasterlodzki.pl/ankieta/wyniki_ankiety.php'); } function popImage(imageURL){ if (parseInt(navigator.appVersion.charAt(0))>=4){ var isNN=(navigator.appName=="Netscape")?1:0; var isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;} var optNN='scrollbars=no,scrolling=no,noresize,width=50,height=50,left=70,top=70'; var optIE='scrollbars=no,scrolling=no,resizable=no,toolbar=no,status=no,width=50,height=50,left=70,top=70'; if (isNN){imgWin=window.open('about:blank','',optNN);} if (isIE){imgWin=window.open('about:blank','',optIE);} with (imgWin.document){ writeln('Loading...');writeln(''); writeln('var isNN,isIE;');writeln('if (parseInt(navigator.appVersion.charAt(0))>=4){'); writeln('isNN=(navigator.appName=="Netscape")?1:0;');writeln('isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}'); writeln('function reSizeToImage(){');writeln('if (isIE){');writeln('window.resizeTo(100,100);'); writeln('width=100-(document.body.clientWidth-document.images[0].width);'); writeln('height=100-(document.body.clientHeight-document.images[0].height);'); writeln('window.resizeTo(width,height);}');writeln('if (isNN){'); writeln('window.innerWidth=document.images["img"].width+21;');writeln('window.innerHeight=document.images["img"].height+15;}}'); writeln('function doTitle(){document.title=".";}');writeln(''); writeln('
'); close(); }} function ch_color(kolor, elem) { elem.style.background=kolor; return true; }