function show(num,xdim,ydim){

carwin=window.open("about:blank","_blank","width="+xdim+",height="+ydim);
carwin.document.write("<html><head><title>Creta Royal Hotel</title></head><body leftmargin='0' topmargin='0'><center>");
carwin.document.write("<img border=\"1\" src=images/"+num+".jpg></img>");
carwin.document.write("</center></body></html>");

}