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:#B70408; text-align:left; font-style:normal;}'
    ]
});

sIFR.replace(kidprint, {
  selector: '.cpBlue', 
  wmode: 'transparent',
  src: DNN_skinPath+'kidprint.swf',
  css: [
      '.sIFR-root {color:#009c7b; text-align:center; font-style:normal;}'
    ]
});

sIFR.replace(kidprint, {
  selector: '.cpBlack', 
  wmode: 'transparent',
  src: DNN_skinPath+'kidprint.swf',
  css: [
      '.sIFR-root {color:#000000; text-align:center; font-style:normal;}'
    ]
});




jQuery(document).ready(function(){
	/*----- Navigation ------*/
	jQuery('#mainmenu').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("#mainmenu li ul:empty").remove();
	
	/*	
	jQuery("#happycherry").hide();
	
	/* replace media classes 
	jQuery("a.media").media();
	*/
	/* remove box from links */
	/*jQuery("a").focus(function(){
		this.blur();
	});
	jQuery(".subRollOver").hover(
	function(){jQuery("#happycherry").show();},	
	function(){jQuery("#happycherry").hide();}	
	);
	*/

});




