window.openvar col=0;
var image=new Array();
function open_img(adr,w,h)
  {

  if (document.layers)
   {
   image=window.open('','img','directories=0,height='+h+',location=0,menubar=0,status=0,toolbar=0,scrollbars=0,resizable=0,width='+w);
   image.document.open();
   image.document.write("<html><head><title>КупиДиван.РУ</title><!--749056B46E4F80AFC45D0B965357F702--><meta name="verifycode" content="f9384fb8839afe44dce041f72fe4171c" /><meta name='yandex-verification' content='74687dad38c87551' /></head><body topmargin=0 leftmargin=0 marginheight=0 marginwidth=0 bgcolor=#000000><center><a href=javascript:window.close();><img src='"+adr+"' border=0 width="+w+" height="+h+" alt='Close window'></a></center><script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type="text/javascript">try {var pageTracker = _gat._getTracker("UA-3199115-6");pageTracker._trackPageview();} catch(err) {}</script></body></html>");
   image.focus();
   }
  else
   {
   if (col>0) {image[col-1].close();}
   image[col]=window.open('','img','directories=0,height='+h+',location=0,menubar=0,status=0,toolbar=0,scrollbars=0,resizable=0,width='+w);
   image[col].document.open();
   image[col].document.write("<html><head><title>КупиДиван.РУ</title><!--749056B46E4F80AFC45D0B965357F702--><meta name="verifycode" content="f9384fb8839afe44dce041f72fe4171c" /><meta name='yandex-verification' content='74687dad38c87551' /></head><body topmargin=0 leftmargin=0 marginheight=0 marginwidth=0 bgcolor=#000000><center><a href=javascript:window.close();><img src='"+adr+"' border=0 width="+w+" height="+h+" alt='Close window'></a></center><script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type="text/javascript">try {var pageTracker = _gat._getTracker("UA-3199115-6");pageTracker._trackPageview();} catch(err) {}</script></body></html>");
   image[col].focus();
   col=col+1;
   }


  }


function openWin(w,h,adr)
  {
   window.open("adr",'','directories=0,height='+h+',location=0,menubar=0,status=0,toolbar=0,scrollbars=2,resizable=0,width='+w);
  }

function openWinNormal(w,h,adr)
  {
   window.open("adr",'','directories=1,height='+h+',location=1,menubar=1,status=1,toolbar=1,scrollbars=1,resizable=1,width='+w);
  }