// <![CDATA[
var so = new SWFObject("topflash.swf", "flashanim", "756", "343", "6", "ffffff");
so.addParam("wmode", "transparent");
so.write("flash");
// ]]>


// this makes the menu work
var acc = new Accordion($$('.menuTitle'), $$('.menuSubs'), {start:'all-close',transition: Fx.Transitions.quadOut});


// 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();};
}
}

