
function loadpic(foto,wdth,hght) {
  size = "top=20,left=20, width=1200, height=800,toolbar=no,status=no,fullscreen=no, scrollbars=yes";
  var aboutwindow = window.open("","ampliacion", size);
  aboutwindow.document.open();
  aboutwindow.document.write("<TITLE>План-схема выставки MITF-2010</TITLE>");
  aboutwindow.document.write('<BODY bgcolor="#FFFFFF" leftmargin="0" topmargin="0" bottonmargin="0" marginwidth="0" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" marginheight="0" onload="window.focus()"><table align=center width=100% height=100% ><tr><td valign=middle><center><img src="'+foto+'" width="'+wdth+'" height="'+hght+'" border="1"></center></td></tr><tr><td><center><!-- <a href="/img/sceme2005_big.gif" target="_blank" class="link2">Скачать план для печати</a><br><br> --><input type="button" onClick="window.close(self)" value="Закрыть окно"></td></tr></table></BODY>');
  aboutwindow.document.close();
}
