// PHOTOS

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>Bob Spencer And The J45s Photos</title><LINK href='j45-styles.css' rel=stylesheet type=text/css></head><body bgcolor=#ffffff 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>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><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><span id='tb'>J45 PHOTOS:</span><br><img src='serv.gif' width='1' height='10' alt=''><br><img src='"+clkpic+".jpg' vspace='5' hspace='5'><br></td></tr></table></body></html>");

Window0.document.close();
}
