//sIFR implementation
var bookantiqua = {  src: DNN_skinPath + 'bookantiqua.swf' };
sIFR.activate(bookantiqua);
sIFR.replace(bookantiqua, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'bookantiqua.swf', 
  css: [ '.sIFR-root {color:#197060;font-size:23px; }'  ]
  
});


//Menu implementation
jQuery(document).ready(function(){
	jQuery('#navigation').accordion({
		active: false,
		header: '.menuTitle',
		event: 'click',
		autoheight:false,
		navigation:false,
		showSpeed: 1200,
		hideSpeed: 1400
	});
});







 


