var trajanpro = {  src: DNN_skinPath+'trajanpro.swf' };
sIFR.activate(trajanpro);
sIFR.replace(trajanpro, {
  selector: 'h1', 
  wmode: 'transparent',
  src: DNN_skinPath+'trajanpro.swf',
  css: [
      '.sIFR-root {color:#ababab;}'
    ]
});
sIFR.replace(trajanpro, {
  selector: '#headerlinks', 
  wmode: 'transparent',
  src: DNN_skinPath+'trajanpro.swf',
  css: [
      '.sIFR-root {color:#ffffff; font-weight: bold;}',
	  '.sIFR-root a {color:#ffffff; font-weight: bold; text-decoration: none;}',
	  '.sIFR-root a:hover {color:#0B305C; font-weight: bold; text-decoration: none;}'
    ]
});




jQuery(document).ready(function(){
	/*----- Navigation ------*/
	jQuery('#navigation').accordion({
		active: false,
		header: '.menuTitle',
		event: 'click',
		autoheight:false,
		navigation:false,
		showSpeed: 1200,
		hideSpeed: 1400
	
});
	
	jQuery(".jmorph").jmorphGallery();


	/* 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();
	


});



