function view_disclaimer() { var param = "left=100, top=50, width=340, height=280, menubar=no, toolbar=no, status=no, scrollbars=yes, resizable=no, location=no"; eval("window.open('disclaimer.php','disclaimer','"+param+"')"); } function view_file(location, ID) { var param = "left=100, top=20, width=640, height=480, menubar=no, toolbar=yes, status=no, scrollbars=yes, resizable=yes, location=no"; eval("window.open('"+location+"','"+ID+"','"+param+"')"); } function view_link(location, ID) { var param = "left=10, top=10, width=800, height=600, menubar=yes, toolbar=yes, status=yes, scrollbars=yes, resizable=yes, location=yes"; eval("window.open('"+location+"','"+ID+"','"+param+"')"); } function jump_to_url(urlAndTarget) { var properties = urlAndTarget.split("^^"); var url = properties[0]; var target = properties[1]; if (target) { eval("window.location = '"+url+"'"); } else { eval(target+".location = '"+url+"'"); } } function MM_findObj(n, d) { //v3.0 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i