function togclass(me) { var chkbo = document.getElementById('l'+me); chkbo.className = chkbo.className == 'doclistools' ? 'bo' : 'doclistools'; // chkbo.checked ? 'doclistools' : } function confirmDelete(href) { if (window.confirm("DELETE this document from your collection?")) { window.location.href = href; } } function confirmRemove(href) { if (window.confirm("REMOVE this document from your collection?")) { window.location.href = href; } } function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); function MM_findObj(n, d) { //v4.01 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 rightbyhosts.php w = 260; l = screen.width - w; t = screen.height-10; var pURL = hostos+'rightbyhosts.php?pid='+pid+'&tie=50'; var name = 'collectornav'; var features = 'scrollbars=yes,location=no,toolbar=no,menubar=no,status=no,resizable=yes,width='+w+',height='+t+',left='+l+',top=10'; winFav = window.open(pURL,name,features); winFav.focus(); } function poplic(hostos,RCD_ID,DOCTOC_PART_ID){ // rc.php var pURL = hostos+'addcom.php?r='+RCD_ID+'&tbp=1&p='+DOCTOC_PART_ID; var name = 'madepublic_comment'; var features = 'scrollbars=yes,location=no,toolbar=no,menubar=no,status=no,resizable=yes,width=700,height=600,left=320,top=100'; new_window = window.open(pURL,name,features); // new_window.document.write (pURL); new_window.focus(); } function openerWindow(URLz) { var F = '' if (opener && !opener.closed) opener.location=URLz; else { var madepublicWindow = window.open(URLz,'madepublicWindow',F); opener = madepublicWindow; } self.focus(); } function resizme(w) { if(!w) var w = 230; var L = screen.width - w; var t = screen.height-10; self.moveTo(L,10); self.resizeTo(w,t); }