function show(num,xdim,ydim){

carwin=window.open("about:blank","_blank","width="+xdim+",height="+ydim);
carwin.document.write("<html><head><title>Seagull Studios</title></head><body leftmargin='0' topmargin='0'><center>");
carwin.document.write("<img border=\"0\" src=../gallery/img/"+num+".jpg>");
carwin.document.write("</center></body></html>");

}