// samples

function dispPic() {

//if (Window0) window.close();

Window0=window.open("","Window0","toolbar=1,location=0,status=0,menubar=0,scrollbars=1,width=810,height=640,top=25,left=25,screenX=25,screenY=25")

Window0.focus();

var _d=Window0.document;
_d.open();
_d.write("");
_d.close();

Window0.document.write("<html><head><title>AJ\'s CUSTOM SOUND 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=tt8>To <b><i>PRINT</i></b> this page, click on the <b><i>PRINT ICON</i></b> in the toolbar above.</div></td><td align=right><div id=tt8><A href=\'javascript:self.close();\'>CLOSE WINDOW <img src='images/closewindow.gif' width='11' height='12' BORDER=0 align=bottom></A>.</div></td></tr></table><img src='images/photogallery/"+clk+".jpg'><br></body></html>");

Window0.document.close();
}

