// PHOTOSS

function dispPic() {
Window0=window.open("","Window0","toolbar=1,location=0,status=0,menubar=0,scrollbars=1,width=740,height=700,top=50,left=50,screenX=50,screenY=50")

Window0.focus();

var _d=Window0.document;
_d.open();
_d.write("");
_d.close();

Window0.document.write("<html><head><title>Marmora Classic Cruisers - Photos</title><LINK href='style.css' rel=stylesheet type=text/css></head><body bgcolor=#000000 MARGINWIDTH=0 MARGINHEIGHT=0 TOPMARGIN=0 LEFTMARGIN=0><center><table width=100% cellspacing=5 cellpadding=0 BORDER=0><tr><td colspan='2'><table  width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td width='100%'><div id=lt>To <b><i>PRINT</i></b> this window, click on the <b><i>PRINT ICON</i></b> in the toolbar above.</div></td><td valign='top' align='right'><div id=tt8><A href=\'javascript:self.close();\'>CLOSE WINDOW <img src='images/closewindow.gif' width='11' height='12' BORDER=0 align=middle></A></div><img src='serv.gif' width='150' height='1' alt=''><br></td></tr></table></td></tr><tr><td align=center><img src='serv.gif' width='1' height='10' alt=''><br><img src='images/photos/M7CCPhoto-07-"+clkpic+".jpg' vspace='5' hspace='5'><br></td></tr></table></body></html>");

Window0.document.close();
}


