/*sIFR*/
var baskervilleCyrillic = {  src: DNN_skinPath  + 'baskervilleCyrillic.swf' };
sIFR.activate(baskervilleCyrillic);
sIFR.replace(baskervilleCyrillic, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'baskervilleCyrillic.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();
	
	menubg = new Image(); 
	menubg.src = "images/menudots.jpg";
	menubgon = new Image(); 
	menubgon.src = "images/subdots.gif";
	
});




