// samples

function dispPic() {
Window0=window.open("","Window0","toolbar=1,location=0,status=0,menubar=0,scrollbars=1,width=810,height=600,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>LDD SAMPLE WEBSITE WORK</title><meta http-equiv='imagetoolbar' CONTENT='no'><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: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/LDDsample_"+clk+".jpg'><br></center></body></html>");

Window0.document.close();
}

