//sIFR implementation

/*var artbrush = {  src: DNN_skinPath+'eccentric.swf' };
sIFR.activate(artbrush);

sIFR.replace(artbrush, {
  selector: '.sIFR', 
  wmode: 'transparent', 
  src: DNN_skinPath+'eccentric.swf', 
  css: [ '.sIFR-root {color:#A0B6DF;font-size:30px;text-transform:uppercase;}'  
	   ]
});*/
var eccentric = {  src: DNN_skinPath + 'eccentric.swf' };
sIFR.activate(eccentric);
sIFR.replace(eccentric, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'eccentric.swf', 
  css: [ '.sIFR-root {color:#A0B6DF;font-size:30px;text-transform:uppercase;}'  ]
});

//Menu implementation
jQuery(document).ready(function(){ 
	jQuery('#MainMenu').accordion({
		active: false,
		header: '.menuTitle',
		animation:{height:"show"},
		event: 'click',
		autoheight:false,
		navigation:false,
		showSpeed: 1200,
		hideSpeed: 1400
	});

});