function show(num,xdim,ydim){

carwin=window.open("about:blank","_blank","width="+xdim+",height="+ydim);
carwin.document.write("<html><head><title>MV-Constellation Yacht Photos</title><link rel=stylesheet type=\"text/css\" href=\"../style/style.css\"></head><body leftmargin='0' topmargin='0'class='option2'><center>");

carwin.document.write("<a href=\"#\" onClick=\"window.close()\" value=\"Close Window\" title=\"Click to Close the Window\"><img border=\"0\" src=images/img/"+num+".jpg usemap=\"#Map\"></img></a>");
carwin.document.write("</center></body></html>");

}