// photosDL

function dispPic() {
Window0=window.open("","Window0","toolbar=1,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=900,height=700,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 Downloads</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=8 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.<br>To <b><i>SAVE</i></b> or make this your <b><i>DESKTOP WALLPAPER, RIGHT CLICK</i></b> on the image and follow the instructions.</div></td><td valign=top><img src='serv.gif' width='160' height='1' BORDER=0><br><div align=right id=tt8><A href=\'javascript:self.close();\'>CLOSE&nbsp;WINDOW&nbsp;<img src='images/closewindow.gif' width='11' height='12' BORDER=0></A></div></td></tr></table><img src='downloads/"+clk+".jpg' vspace='5' hspace='5'><br></body></html>");

Window0.document.close();
}

