var centurygothic = {  src: DNN_skinPath + 'centurygothic.swf' };
sIFR.activate(centurygothic);

sIFR.replace(centurygothic, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath + 'centurygothic.swf', 
  css: [ '.sIFR-root {color:#FFFFFF;}' ]
});	




jQuery(document).ready(function(){
	/*----- Navigation ------*/
	jQuery('#mainmenu').accordion({
		active: false,
		header: '.menuTitle',
		event: 'click',
		autoheight:false,
		navigation:true,
		showSpeed: 1400,
		hideSpeed: 1600
	
});
	


	/* THIS REMOVE THE LINE FROM THE EMPTY <UL> ELEMENTS (NOTE: be sure there is NO space between the <ul></ul> elements) */
	jQuery("#mainmenu li ul:empty").remove();
	
	
	/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
	});

jQuery(".subRollOver").hover();

});