// samples

function dispPic() {
Window0=window.open("","Window0","toolbar=1,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=740,height=680,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>KATHLEEN LEESON, RH PHOTO</title><meta http-equiv='imagetoolbar' CONTENT='no'><LINK href='style.css' rel='stylesheet' type='text/css'></head><body bgcolor='#ffffff' MARGINWIDTH='5' MARGINHEIGHT='5' TOPMARGIN='5' LEFTMARGIN='5'><center><span id='tb'>KATHLEEN LEESON, RH PHOTO</span><br><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='rt'><a href='javascript:window.close()'>CLOSE WINDOW <img src='images/closewindow.gif' width='11' height='12' BORDER='0' align='middle' onClick='window.close()'></A>.</div></td></tr></table><img src='images/photos/"+clk+".jpg'><br></center></body></html>");

Window0.document.close();
}