
image1 = new Image();
image1.src = "pictures/menu_2-1.gif";
image2 = new Image();
image2.src = "pictures/menu_3-1.gif";
image3 = new Image();
image3.src = "pictures/menu_4-1.gif";
image4 = new Image();
image4.src = "pictures/menu_5-1.gif";
image5 = new Image();
image5.src = "pictures/menu_6-1.gif";
image6 = new Image();
image6.src = "pictures/menu_7-1.gif";
image7 = new Image();
image7.src = "pictures/menu_8-1.gif";
image8 = new Image();
image8.src = "pictures/menu_9-1.gif";
image9 = new Image();
image9.src = "pictures/menu_10-1.gif";


function show_sub() {
   div=window.document.getElementById('submenu');
   if(div.style.display=='none') { div.style.display='block'; }
   else { div.style.display='none'; }
}



function new_win_photo(img_name,w,h){ 
myWin=window.open('','img','width='+w+',height='+h+',top=50,left=50,titlebar=no,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no');
window.myWin.focus();
myWin.document.open();
 myWin.document.write('<title>Гостиница Таврия, Симферополь :: Просмотр фотографии</title>');
 myWin.document.write('<body onload="JavaScript:window.self.focus();">');
 myWin.document.write('<center><img onClick="self.close();return false" border=1 title="Двойной клик на фото чтобы закрыть окно" src=photo/' + img_name + '>');
 myWin.document.write('<br><br><font face="Tahoma" style="font-size: 8pt" color="#333333"><a style="text-decoration: none; color: #0000FF" href="#" onClick="self.close();return false">[ Закрыть окно ]</a></font>');
 myWin.document.close(); }


function new_win_order(nomer){
myWin=window.open('http://tavriya.krymtur.com/cgi-bin/order.cgi?'+nomer+'','html','width=550,height=480,top=50,left=50,titlebar=no,location=no,menubar=no,resizable=auto,scrollbars=auto,status=no,toolbar=no');
window.myWin.focus(); }


