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