// JavaScript Document
// POP UP PANORAMA

var doPopUpX = (screen.width/2)-210;
var doPopUpY = (screen.height/2)-300;
var pos = "left="+doPopUpX+",top="+doPopUpY;

function f1(){
doPopUpWindow = window.open("../mouzaki/focusgreece_mouzaki.html","Panorama","width=550,height=500,"+pos);
}

function m1(){
doPopUpWindow = window.open("../images/map1.jpg","hotelphotos","width=535,height=550,"+pos);
}

function m2(){
doPopUpWindow = window.open("../images/map2.jpg","hotelphotos","width=535,height=550,"+pos);
}