
function activateMenu(nav){if(document.all&&document.getElementById(nav).currentStyle){var navroot=document.getElementById(nav);var lis=navroot.getElementsByTagName("LI");for(var i=0;i<lis.length;i++){lis[i].style.marginTop='-2px';lis[i].style.marginBottom='-3px';lis[i].style.paddingBottom='4px';if(lis[i].lastChild.tagName==="UL"){lis[i].onmouseover=function(){this.lastChild.style.display="block";};lis[i].onmouseout=function(){this.lastChild.style.display="none";};}}
var uls=navroot.getElementsByTagName("UL");for(i=0;i<uls.length;i++){uls[i].style.marginLeft='94%';}}}
window.onload=function(){activateMenu('dmenu');activateMenu('dmenu2');activateMenu('dmenu3');};var WO=null;function users_Update(usrname){var x=confirm("Are you sure you want to delete "+usrname+"?");if(x){return true;}
else{alert("delete canceled");}
return false;}
function Update(item){var x=confirm("Are you sure you want to delete "+item+"?");if(x){return true;}
else{alert("delete canceled");}
return false;}
function Restore(item){var x=confirm("Are you sure you want to RESTORE "+item+"? 'This cannot be undone (except by the system administrator).");if(x){return true;}
else{alert("restore cancelled");}
return false;}
function Rereview(item){var x=confirm("Are you sure you want to move "+item+" back to the Unreviewed status?");if(x){return true;}
else{alert("re-review canceled");}
return false;}
function Confirmregister(){var x=confirm(" Hong Kong Bahá'í Academic . You only need to register if you want to edit documents or upload new ones.  Click 'Cancel' to cancel or 'OK' to continue.");return x?true:false;}
function document_window(url){var new_win=window.open(url,"Viewer","width="+600+", height="+600+", scrollbars, location, status, resizable");}
function record_window(url){var NEW_WIN=window.open(url,"Viewer","width="+600+", height="+600+", scrollbars, location, status, resizable");}
function clear_initialformvalue(e){var el;if(window.event){el=window.event.srcElement;}
else{el=e.target;}
document.getElementById(el.id).value='';}
