
function loadpic(foto,wdth,hght) {

  var aboutwindow = window.open("","ampliacion");
  aboutwindow.document.open();
  aboutwindow.document.write("<TITLE>Швейцария. Условия бронирования туров высокого сезона.</TITLE>");
  aboutwindow.document.write('<BODY topmargin=0 leftmargin=0 marginwidth=0 marginheight=0 onload="window.focus()"><table align=center width=100% height=100%><tr><td valign=middle><center><img src="img/'+foto+'"  border="0"></center></td></tr></table></BODY>');
  aboutwindow.document.close();
}
