var gillsans = {  src: DNN_skinPath+'gillsans.swf' };
sIFR.activate(gillsans);
sIFR.replace(gillsans, {
  selector: '#footerAddress', 
  wmode: 'transparent',
  src: DNN_skinPath+'gillsans.swf',
  css: [
      '.sIFR-root {color:#ffffff; text-align: center; }'
    ]
});

var flemish = {  src: DNN_skinPath+'flemish.swf' };
sIFR.activate(flemish);
sIFR.replace(flemish, {
  selector: 'h1', 
  wmode: 'transparent',
  src: DNN_skinPath+'flemish.swf',
  css: [
      '.sIFR-root {color:#004338; }'
    ]
});




jQuery(document).ready(function(){
	/*----- Navigation ------*/
	jQuery('#mainmenu').accordion({
		active: false,
		header: '.menuTitle',
		event: 'click',
		autoheight:false,
		navigation:false,
		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();
	});

	

});





