function show(path,title,xdim,ydim)
{
 win=window.open("about:blank","_blank","width="+xdim+",height="+ydim+",status='no',scrollbars='no'");
 win.document.write("<html><head><title>"+title+"</title><link type='text/css' rel='stylesheet' href='korifi_style.css'></head><body leftmargin='0' topmargin='0'><div align='center'>");
 win.document.write("<table border='0' cellspacing='0' cellpadding='0'><tr><td width='"+xdim+"' height='"+ydim+"' align='center' valign='top'>");
 win.document.write("<img border='0' vspace='10' hspace='10' align='center' src='"+path+"' alt='"+title+"'></img>");
 win.document.write("<hr width='80%'><a href='JavaScript:void(0)' onclick='top.window.close()' class='a_360'>Close this window</a>");
 win.document.write("</td></tr></table></div></body></html>");
}


function show1(num,xdim,ydim){

carwin=window.open("about:blank","_blank","width="+xdim+",height="+ydim);
carwin.document.write("<html><head><title>Korifi Suites & Apartments in Hersonissos</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 show2(num,xdim,ydim){

carwin=window.open("about:blank","_blank","width="+xdim+",height="+ydim);
carwin.document.write("<html><head><title>Korifi Suites & Apartments in Hersonissos</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=images/"+num+".jpg usemap=\"#Map\"></img></a>");
carwin.document.write("</center></body></html>");

}
