function show(num,xdim,ydim){

carwin=window.open("about:blank","_blank","width="+xdim+",height="+ydim);
carwin.document.write("<html><head><title>Porto Carras Sithonia Hotel - Chalkidiki</title></head><body leftmargin='0' topmargin='0'><link rel=stylesheet type=\"text/css\" href=\"style/style2.css\"><center>");
carwin.document.write("<map name=\"Map\"><area shape=\"rect\" coords=\"354,20,393,40\" href=\"javascript:void(0)\" onClick=\"top.window.close();\"></map>");
carwin.document.write("<a href=\"#\" onClick=\"window.close()\" value=\"Close Window\" title=\"Click to Close the Window\"><img border=\"0\" src=photos/"+num+".jpg usemap=\"#Map\"></img></a>");
carwin.document.write("</center></body></html>");

}

function show1(num,xdim,ydim){

carwin=window.open("about:blank","_blank","width="+xdim+",height="+ydim);
carwin.document.write("<html><head><title>Porto Carras - Casino</title></head><body leftmargin='0' topmargin='0'><link rel=stylesheet type=\"text/css\" href=\"style/style2.css\"><center>");
carwin.document.write("<map name=\"Map\"><area shape=\"rect\" coords=\"354,20,393,40\" href=\"javascript:void(0)\" onClick=\"top.window.close();\"></map>");
carwin.document.write("<a href=\"#\" onClick=\"window.close()\" value=\"Close Window\" title=\"Click to Close the Window\"><img border=\"0\" src=../photo-gallery/casino/"+num+".jpg usemap=\"#Map\"></img></a>");
carwin.document.write("</center></body></html>");

}

function show2(num,xdim,ydim){

carwin=window.open("about:blank","_blank","width="+xdim+",height="+ydim);
carwin.document.write("<html><head><title>Porto Carras - Marina</title></head><body leftmargin='0' topmargin='0'><link rel=stylesheet type=\"text/css\" href=\"style/style2.css\"><center>");
carwin.document.write("<map name=\"Map\"><area shape=\"rect\" coords=\"354,20,393,40\" href=\"javascript:void(0)\" onClick=\"top.window.close();\"></map>");
carwin.document.write("<a href=\"#\" onClick=\"window.close()\" value=\"Close Window\" title=\"Click to Close the Window\"><img border=\"0\" src=../photo-gallery/marina/"+num+".jpg usemap=\"#Map\"></img></a>");
carwin.document.write("</center></body></html>");

}

function show3(num,xdim,ydim){

carwin=window.open("about:blank","_blank","width="+xdim+",height="+ydim);
carwin.document.write("<html><head><title>Porto Carras - Golf</title></head><body leftmargin='0' topmargin='0'><link rel=stylesheet type=\"text/css\" href=\"style/style2.css\"><center>");
carwin.document.write("<map name=\"Map\"><area shape=\"rect\" coords=\"354,20,393,40\" href=\"javascript:void(0)\" onClick=\"top.window.close();\"></map>");
carwin.document.write("<a href=\"#\" onClick=\"window.close()\" value=\"Close Window\" title=\"Click to Close the Window\"><img border=\"0\" src=../photo-gallery/golf/"+num+".jpg usemap=\"#Map\"></img></a>");
carwin.document.write("</center></body></html>");

}

function show4(num,xdim,ydim){

carwin=window.open("about:blank","_blank","width="+xdim+",height="+ydim);
carwin.document.write("<html><head><title>Porto Carras - Spa Thalassotherapy</title></head><body leftmargin='0' topmargin='0'><link rel=stylesheet type=\"text/css\" href=\"style/style2.css\"><center>");
carwin.document.write("<map name=\"Map\"><area shape=\"rect\" coords=\"354,20,393,40\" href=\"javascript:void(0)\" onClick=\"top.window.close();\"></map>");
carwin.document.write("<a href=\"#\" onClick=\"window.close()\" value=\"Close Window\" title=\"Click to Close the Window\"><img border=\"0\" src=../photo-gallery/spa/"+num+".jpg usemap=\"#Map\"></img></a>");
carwin.document.write("</center></body></html>");

}