var old_window=false;
function openWin(src, win_w, win_h){
/*if (old_window!=false){
old_window.close();
}*/
var w=screen.availWidth;
var h=screen.availHeight;
/*alert (win_w+'   '+win_h);
return false;*/
var src='<table border=0 class="tabletext"><tr><td><img src="images/galery/img_4159.jpg" border="0" width="400" height="230" alt="">&nbsp;</td><td><img src="images/galery/img_4169.jpg" border="0" width="400" height="267" alt=""></td></tr><tr><td>Комплекс</td><td></td></tr><tr><td><img src="images/galery/img_7788.jpg" border="0" width="400" height="285" alt=""></td><td><img src="images/galery/img_4255.jpg" border="0" width="400" height="267" alt="">&nbsp;</td></tr><tr>	<td>&nbsp;</td><td>&nbsp;</td></tr></table>';
windowNote = window.open('','Note','toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width='+win_w+',height='+win_h+',left=250,top=100');
old_window=windowNote;
text = '<HTML><HEAD><link href="style.css" rel="stylesheet" type="text/css"><TITLE>Фото</TITLE></HEAD><BODY style="margin: 0px">';
text+=src;
text += '</BODY></HTML>';

  windowNote.document.write(text);
  windowNote.focus();
  windowNote.document.close();
  //return false;
}
