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