function show(num,xdim,ydim){

carwin=window.open("about:blank","_blank","width="+xdim+",height="+ydim);
carwin.document.write("<html><head><title>The Tsitouras Collection Hotel Santorini</title></head><body bgcolor=\"#FFFFFF\"  leftmargin='0' topmargin='0'><center>");
carwin.document.write("<map name=\"Map\"><area shape=\"rect\" coords=\"3,250,123,432\" href=\"javascript:void(0)\" onClick=\"top.window.close();\"></map>");
carwin.document.write("<img border=\"0\" src=gallery/porcelain/img/"+num+".jpg usemap=\"#Map\"></img>");
carwin.document.write("</center></body></html>");

}
