// PHOTOS BIG

function dispPic() {
Window0=window.open("","Window0","toolbar=1,location=0,status=0,menubar=0,scrollbars=1,width=760,height=650,top=10,left=10,screenX=10,screenY=10")

Window0.focus();

var _d=Window0.document;
_d.open();
_d.write("");
_d.close();

Window0.document.write("<html><head><title>IshtarTheMovie.com Photos</title><LINK href='style.css' rel=stylesheet type=text/css></head><body bgcolor=#ffffff MARGINWIDTH=0 MARGINHEIGHT=0 TOPMARGIN=0 LEFTMARGIN=0 background='images/BG1tile.jpg'><center><table width=100% cellspacing=5 cellpadding=0 BORDER=0><tr><td><div id=t8>To <b><i>PRINT</i></b> this, click on the <b><i>PRINT ICON</i></b> in the toolbar above.</div></td><td><div align=right id=tt8><A href=\'javascript:self.close();\'>CLOSE WINDOW <img src='images/closewindow.gif' width='11' height='12' BORDER=0 align=middle></A></div></td></tr></table><img src='images/photos/"+clk+".jpg' vspace='5' hspace='5'><br></body></html>");

Window0.document.close();
}