// this makes the menu work
var acc = new Accordion($$('.menuTitle'), $$('.menuSubs'), {start:'all-close',transition: Fx.Transitions.quadOut});


// here's the flash
var so = new SWFObject("flash.swf", "flashanim", "770", "340", "6", "ffffff");
so.addParam("wmode", "transparent");
so.write("flash");


// gets rid of focus box on click
if(document.getElementsByTagName) {
var a = document.getElementsByTagName("a");
//collect all anchors A
for(var i = 0; i < a.length; i++){
// mouse onfocus, blur anchors
a[i].onfocus = function(){this.blur();};
}
}


function OpenChildWin(nurl,nname, nwidth,nheight) {
  popupWin = window.open(nurl, nname, 'scrollbars=1,width=' + nwidth +',height=' + nheight)
}
// SIFR
var gillsans = {  src: 'GilSansLight.swf' };
sIFR.activate(gillsans);
 
sIFR.replace(gillsans, {
  selector: 'h1', 
  wmode: 'transparent', 
  src: 'GilSansLight.swf', 
  css: [ '.sIFR-root {color:#154D8A; }'  ]
});


var gillsans = {  src: 'GilSansLight.swf' };
sIFR.activate(gillsans);
 
sIFR.replace(gillsans, {
  selector: 'h2', 
  wmode: 'transparent', 
  src: 'GilSansLight.swf', 
  css: [ '.sIFR-root {color:#154D8A; }'  ]
});

// Define the location of count.asp
// Using a path, you may use this code in any subfolder
var file='statistics/count.asp';
var d=new Date();
var s=d.getSeconds();
var m=d.getMinutes();
var x=s*m;
f='' + escape(document.referrer);
if (navigator.appName=='Netscape'){b='NS';} 
if (navigator.appName=='Microsoft Internet Explorer'){b='MSIE';} 
if (navigator.appVersion.indexOf('MSIE 3')>0) {b='MSIE';}
u='' + escape(document.URL); w=screen.width; h=screen.height; 
v=navigator.appName; 
fs = window.screen.fontSmoothingEnabled;
if (v != 'Netscape') {c=screen.colorDepth;}
else {c=screen.pixelDepth;}
j=navigator.javaEnabled();
info='w=' + w + '&h=' + h + '&c=' + c + '&r=' + f + '&u='+ u + '&fs=' + fs + '&b=' + b + '&x=' + x;
document.write('<img src="' + file + '?'+info+ '" width=0 height=0 border=0>');