function show(num,xdim,ydim){

carwin=window.open("about:blank","_blank","width="+xdim+",height="+ydim);
carwin.document.write("<html><head><title>Porto Sisi</title></head><body leftmargin='0' topmargin='0'><center>");
carwin.document.write("<map name=\"Map\"><area shape=\"rect\" coords=\"296,424,348,448\" href=\"javascript:void(0)\" onClick=\"top.window.close();\"></map>");
carwin.document.write("<img border=\"1\" src=images/"+num+".jpg usemap=\"#Map\"></img>");
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 Sisi</title></head><body leftmargin='0' topmargin='0'><center>");
carwin.document.write("<map name=\"Map\"><area shape=\"rect\" coords=\"374,271,421,294\" href=\"javascript:void(0)\" onClick=\"top.window.close();\"></map>");
carwin.document.write("<img border=\"1\" src=images/"+num+".jpg usemap=\"#Map\"></img>");
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 Sisi</title></head><body leftmargin='0' topmargin='0'><center>");
carwin.document.write("<map name=\"Map\"><area shape=\"rect\" coords=\"232,422,275,446\" href=\"javascript:void(0)\" onClick=\"top.window.close();\"></map>");
carwin.document.write("<img border=\"1\" src=images/"+num+".jpg usemap=\"#Map\"></img>");
carwin.document.write("</center></body></html>");

}
