var aI=new Array()
function dA(){
 return confirm("Are you sure you wish to delete this administrator?")
}
function dF(){
 return confirm("Are you sure you wish to delete this file?")
}
function dM(){
 return confirm("Are you sure you wish to decline this member's registration and delete their account?")
}
function dN(){
 return confirm("Are you sure you wish to delete this news article?")
}
function iR(i,s){
 document.getElementById("m"+i).src=aI[s].src
}
function sF(u){
 f=window.open(u,"f","height=300,width=300,left=20,top=20,location=0,menubar=0,directories=0,resizable=1,scrollbars=1,status=0,toolbar=0")
 f.focus()
 return false
}
function tL(u,w){
 w=window.open(u,w)
 w.focus()
 return false
}
function uF(o){
 if(!o){
  document.getElementById("u").disabled=true
  document.getElementById("u").style.background="#eee"
  document.getElementById("u").style.color="#666"
  document.getElementById("u").innerHTML="<em>Please wait ...</em>"
  document.getElementById("w").src="i/w.gif"
 }else{
  top.document.getElementById("u").disabled=false
  top.document.getElementById("u").style.background=""
  top.document.getElementById("u").style.color=""
  top.document.getElementById("u").innerHTML="Upload"
  top.document.getElementById("w").src="i/s.gif"
 }
}
function uS(n,b){
 alert("File uploaded successfully.\nOnce you have selected a category and provided a title for this file, click \"Complete\" to add it to the database.")
 top.document.getElementById("n").value=n
 top.document.getElementById("s").value=b
 top.document.getElementById("w").src="i/s.gif"
 top.document.getElementById("u").innerHTML="File Uploaded"
 top.document.getElementById("v").disabled=false
 top.document.getElementById("v").innerHTML="Complete &#187;"
}
function lW(){
 for(var x=0;x<14;x++){
  aI[x]=new Image()
  aI[x].src="i/m/"+x+".png"
 }
 if(document.getElementById("d1")&&document.getElementById("d2")){
  var ih=(Math.max(document.getElementById("d1").offsetHeight,document.getElementById("d2").offsetHeight)-15)+"px"
  document.getElementById("d1").style.height=ih
  document.getElementById("d2").style.height=ih
 }
}
window.onload=lW