function show(num,xdim,ydim){

carwin=window.open("about:blank","_blank","width="+xdim+",height=408,scrollbars=0,menubar=0,resizable=0,status=0,dialog=1,alwaysRaised=1");
carwin.document.write("<html><head><title>Trullos Traditional Houses</title></head><body leftmargin='0' topmargin='0'><center>");
carwin.document.write("<map name=\"Map\"><area shape=\"rect\" coords=\"7,362,67,393\" href=\"javascript:void(0)\" onClick=\"top.window.close();\"></map>");
carwin.document.write("<img border=\"0\" src=../images/"+num+".jpg usemap=\"#Map\"></img>");
carwin.document.write("</center></body></html>");

}
