function openGlossary(term) {
	var glossWin = window.open('','glossary','scrollbars=yes,resizable=yes,width=500,height=400');
	var glossaryLocation = 'glossary.htm#' + term;
	glossWin.location.href = glossaryLocation;
}

function openBrWindowSmall(theURL,winName) { //v2.0
  window.open(theURL,winName,'scrollbars=yes,resizable=yes,status=no,toolbar=no,menubar=no,location=no,top=175,left=300,width=530,height=200');
}

function openBrWindowNormal(theURL,winName) { //v2.0
  window.open(theURL,winName,'scrollbars=yes,resizable=yes,status=no,toolbar=no,menubar=no,location=no,top=175,left=300,width=530,height=400');
}

function openBrWindowLarge(theURL,winName) { //v2.0
  window.open(theURL,winName,'scrollbars=yes,resizable=yes,status=no,toolbar=no,menubar=no,location=no,top=100,left=200,width=600,height=550');
}

function openBrWindowXLarge(theURL,winName) { //v2.0
window.open(theURL,winName,'scrollbars=yes,resizable=yes,status=no,toolbar=no,menubar=no,location=no,top=100,left=200,width=770,height=650');
}

function openPCPWindow(theURL,winName) { //v2.0
  window.open(theURL,winName,'scrollbars=yes,resizable=yes,status=no,toolbar=yes,menubar=no,location=no,top=25,left=50,width=725,height=550');
}

function openInfoTools(theURL,winName) { //v2.0
  window.open(theURL,winName,'scrollbars=yes,resizable=yes,status=no,toolbar=yes,menubar=no,location=no,top=25,left=50,width=725,height=550');
}

function swapImage() { //v3.0
  var i,j=0,x,a=swapImage.arguments; document.sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=findObj(a[i]))!=null){document.sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function swapImgRestore() { //v3.0
  var i,x,a=document.sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
