jQuery.noConflict()(function($){
	
	$('#menu').accordion({
		active: false,
		header: '.menuTitle',
		animation:{height:"show"},
		event: 'click',
		autoheight:false,
		navigation:true,
		showSpeed: 1200,
		hideSpeed: 1400
	});

/* remove box from links */
	$("a").focus(function(){
		this.blur();
	});

});

function sifr() {
	var hvn = { src: DNN_skinPath + 'flash/HelveticaNeue65Medium.swf' };
	sIFR.activate(hvn);
	sIFR.replace(hvn, {
  		selector: 'h1', 
  		wmode: 'transparent', 
  		src:  DNN_skinPath +  'flash/HelveticaNeue65Medium.swf', 
  		css: [ '.sIFR-root {color:#ffffff; font-size:24px;}'  ]
	});
}
