<!-- Hide script from ancient browsers

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);


// Executes list of functions when page loads
function addLoadEvent(func) {
  var oldonload = window.onload;
  if (typeof window.onload !='function') {
    window.onload = func;
  } else {
	window.onload = function() {
	  oldonload();
      func();
	}
  }
}


// Functions that check for popup links
function thirdPartySites() {
  if (!document.getElementsByTagName) return false;
  var links = document.getElementsByTagName("a");
  for (var i=0; i < links.length; i++) {
    if (links[i].getAttribute("name") == "popUp") {
	  links[i].onclick = function() {
		newWindow(this.getAttribute("href"));
		return false;
	  }
	}
  }
}


// Functions that launch popup windows
function newWindow(url) {
  linkWindow = window.open(url,
    'newWindow', 'menubar=yes,toolbar=yes,location=yes,scrollbars=yes,status=yes,resizable=yes,width=900,height=600');
	linkWindow.focus();
}


// List of functions to load when page opens
addLoadEvent(thirdPartySites);


// End hiding script -->
