function WritePopup(openFile,textLink) {var s = '<p><a href="javascript:;" onClick="javascript:window.open(\'' + openFile + '\',\'popup\',\'scrollbars=yes,resizable=yes,width=740,height=400\')">' + textLink + '</a></p>';document.write(s);}
