<!--

function picpop(picgoal,picname,width,height) {
  PicWin=window.open("",picname,"width="+width+",height="+height+",toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,scrollbars=no", '');
  PicWin.document.open();
  PicWin.document.writeln('<html>');
  PicWin.document.writeln('<head>');
  PicWin.document.writeln('<title>Fairydreamdolls Cattery</title>');
  PicWin.document.writeln('<script language="javascript">var arrTemp=self.location.href.split("?");var picUrl = (arrTemp.length>0)?arrTemp[1]:"";   var NS = (navigator.appName=="Netscape")?true:false;     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();     }; </script>');
  PicWin.document.writeln('</head>');
  PicWin.document.writeln('<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" onload="FitPic();">');
  PicWin.document.writeln('<a href="javascript:window.close();"><img id="content" src="'+picgoal+'" border="0" alt="Bezárás" title="Vissza"><br></a>');
  PicWin.document.writeln('</body>');
  PicWin.document.writeln('</html>');
  PicWin.document.close();
}

function picpop2(picgoal,picname,width,height) {
  PicWin=window.open("",picname,"width="+width+",height="+height+",toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,scrollbars=no", '');
  PicWin.document.open();
  PicWin.document.writeln('<html>');
  PicWin.document.writeln('<head>');
  PicWin.document.writeln('<title>Fairydreamdolls Cattery</title>');
  PicWin.document.writeln('<script language="javascript">var arrTemp=self.location.href.split("?");var picUrl = (arrTemp.length>0)?arrTemp[1]:"";   var NS = (navigator.appName=="Netscape")?true:false;     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();     }; </script>');
  PicWin.document.writeln('</head>');
  PicWin.document.writeln('<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" onload="FitPic();">');
  PicWin.document.writeln('<a href="javascript:history.back(-1);"><img id="content" src="'+picgoal+'" border="0" alt="Vissza" title="Vissza"><br></a>');
  PicWin.document.writeln('</body>');
  PicWin.document.writeln('</html>');
  PicWin.document.close();
}


function linkpop(link,width,height) {
  window.open(link,"x","width="+width+",height="+height+",toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,scrollbars=yes");
}

function AdjustSize(iWidth,iHeight) {
       window.resizeTo(iWidth, iHeight);
       self.focus();
};

-->

