
jQuery(document).ready(function(){
	/*----- Navigation ------*/
	jQuery('#navigation').accordion({
		active: false,
		header: '.menuTitle',
		event: 'click',
		autoheight:false,
		navigation:true,
		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("#navigation li ul:empty").remove();
	/* activates rollovers */
	jQuery(".rollover").rollover();

	/* PNG fix */
	jQuery(document).pngFix();

	/* Activate all media */
	jQuery(".media").media();

	/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
	});
	
});

var copgothiclight = {  src: DNN_skinPath+'WeidemannBook.swf' };
sIFR.activate(copgothiclight);
sIFR.replace(copgothiclight, {
  selector: '.pageTitles', 
  wmode: 'transparent',
  src: DNN_skinPath+'WeidemannBook.swf',
  css: [
      '.sIFR-root {color:#696146;}'
    ]
});
