// JavaScript Document
// POP UP PANORAMA

var doPopUpX = (screen.width/2)-210;
var doPopUpY = (screen.height/2)-300;
var pos = "left="+doPopUpX+",top="+doPopUpY;


function pano(){
doPopUpWindow = window.open("panoramas/panorama.html","Panorama","width=464,height=600,"+pos);
}
function pano2(){
doPopUpWindow = window.open("../panoramas/panorama.html","Panorama","width=464,height=600,"+pos);
}
function f1(){
doPopUpWindow = window.open("photos/f1.jpg","hotelphotos","width=515,height=395,"+pos);
}
function f2(){
doPopUpWindow = window.open("../photos/f2.jpg","hotelphotos","width=515,height=395,"+pos);
}
function f3(){
doPopUpWindow = window.open("../photos/f3.jpg","hotelphotos","width=515,height=395,"+pos);
}
function f4(){
doPopUpWindow = window.open("photos/f4.jpg","hotelphotos","width=515,height=395,"+pos);
}
function f5(){
doPopUpWindow = window.open("../photos/f5.jpg","hotelphotos","width=515,height=395,"+pos);
}
function f10(){
doPopUpWindow = window.open("../photos/f10.jpg","hotelphotos","width=515,height=395,"+pos);
}
function m1(){
doPopUpWindow = window.open("../maps/m1.jpg","hotelphotos","width=840,height=790,"+pos);
}
function m2(){
doPopUpWindow = window.open("../maps/m2.jpg","hotelphotos","width=775,height=545,"+pos);
}
function gr(){
doPopUpWindow = window.open("photogallery_gr.htm","hotelphotos","width=775,height=360,"+pos);
}
function en(){
doPopUpWindow = window.open("photogallery_en.htm","hotelphotos","width=775,height=360,"+pos);
}
function gr2(){
doPopUpWindow = window.open("../photogallery_gr.htm","hotelphotos","width=775,height=360,"+pos);
}
function en2(){
doPopUpWindow = window.open("../photogallery_en.htm","hotelphotos","width=775,height=360,"+pos);
}