function pdf_write(par){
document.write('<OBJECT classid="clsid:CA8A9780-280D-11CF-A24D-444553540000" standby="Now Loading..." codetype="application/pdf" height="600" id=pdfView style="LEFT: 0px; TOP: 0px" width="526" VIEWASTEXT>');
document.write('<PARAM NAME="_Version" VALUE="65539">');
document.write('<PARAM NAME="_ExtentX" VALUE="26">');
document.write('<PARAM NAME="_ExtentY" VALUE="26">');
document.write('<PARAM NAME="_StockProps" VALUE="0">');
document.write('<PARAM NAME="SRC" VALUE="'+par+'">');
document.write('</OBJECT>');
}
