PositionX = 100;
PositionY = 100; 

defaultWidth  = 500;
defaultHeight = 500;

var AutoClose = true;


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,width='+defaultWidth+',height='+defaultHeight+',left='+PositionX+',top='+PositionY;
var optIE='scrollbars=no,width=150,height=100,left='+PositionX+',top='+PositionY;
function popImage(imageURL,imageTitle,imageDesc){
if (isNN) {imgWin=window.open('about:blank','',optNN);} else
if (isIE) {imgWin=window.open('about:blank','',optIE);} else
{imgWin=window.open('about:blank','',optIE);isIE=true;}
with (imgWin.document){
writeln('<html><head><title>£adowanie zdjźcia ...</title><style>body{margin-bottom:0px;margin-left:0px;margin-right:0px;margin-top:0px;font-family:ms sans serif, tahoma, arial;}</style>');writeln('<sc'+'ript>');
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=parseInt(document.images[0].width)+0;');
writeln('height=parseInt(document.images[0].height)+35;');
writeln('window.resizeTo(width+12,height+84);}');writeln('if (isNN){');       
writeln('window.innerWidth=document.images["DD"].width+16;');writeln('window.innerHeight=document.images["DD"].height+40;}}');
writeln('function doTitle(){document.title="'+imageTitle+'";}');writeln('</sc'+'ript>');
if (!AutoClose) writeln('</head><body bgcolor=#ffffff LINK="#000000" VLINK="#000000" ALINK="#000000"  scroll="no" onload="reSizeToImage();doTitle();self.focus()">')
else writeln('</head><body bgcolor=#ffffff  LINK="#000000" VLINK="#000000" ALINK="#000000"   TOPMARGIN="0" MARGINBORDER="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" scroll="no" onload="reSizeToImage();doTitle();self.focus()" onblur="self.close()">');
writeln('<center><table cellspacing="0" cellpadding="0" border="0" width="100%"><tr><td align=center><a href="javascript:window.close()"><img src="'+imageURL+'" name="DD" style="display:block" border="1" alt="Kliknij aby zamkn±ę okno!"><br><img src=image/punkt.gif border=0 height=1><br><font size=1>Zamknij okno</font></a></td></tr></table></center></body></html>');
close();                 
}}
 