/*var avantgardedebold = {  src: DNN_skinPath + 'avantgardedebold.swf' };
sIFR.activate(avantgardedebold);

sIFR.replace(avantgardedebold, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath + 'avantgardedebold.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: 1200,
		hideSpeed: 1400
	
});
	


	/* 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();
	
	/*	
	jQuery("#happycherry").hide();
	
	/* replace media classes 
	jQuery("a.media").media();
	*/
	/* remove box from links */
	/*jQuery("a").focus(function(){
		this.blur();
	});
	jQuery(".subRollOver").hover(
	function(){jQuery("#happycherry").show();},	
	function(){jQuery("#happycherry").hide();}	
	);
	*/

});


