//sIFR implementation
function pageScripts() {
var Kirsten = {  src: DNN_skinPath + 'Kirsten.swf' };
sIFR.activate(Kirsten);
sIFR.replace(Kirsten, {
  selector: 'h1.quotes', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'Kirsten.swf', 
  css: [ '.sIFR-root {color:#4a4e00; font-size:30px; font-weight:normal;}'  ]
  
});
}	

//Menu implementation	   
jQuery(document).ready(function(){

	jQuery("#Navigation1 > ul").superfish({ 
		hoverClass:"click",
		pathClass:"overideThisToUse",
		delay:800,
		animation:{height:"show"},
		speed:"normal",
		oldJquery:false,
		disableHI:false,
		onInit:function () {},
		onBeforeShow:function () {},
		onShow:function () {},
		onHide:function () {} 
	}).find(">li:has(ul)").mouseover(function () {
		jQuery("ul", this).bgIframe({opacity:true});	
	});
		/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
	});
		
    menuImage1 = new Image(); 
	menuImage1.src = DNN_skinPath + "images/mot_on.png";
	menuImage2 = new Image(); 
	menuImage2.src = DNN_skinPath + "images/pp_on.png";
	menuImage3 = new Image(); 
	menuImage3.src = DNN_skinPath + "images/wcu_on.png";
	menuImage4 = new Image(); 
	menuImage4.src = DNN_skinPath + "images/home_on.png";
	menuImage5 = new Image(); 
	menuImage5.src = DNN_skinPath + "images/loc_on.png";
	menuImage6 = new Image(); 
	menuImage6.src = DNN_skinPath + "images/meet_on.png";
	menuImage7 = new Image(); 
	menuImage7.src = DNN_skinPath + "images/plogin_on.png";
	menuImage8 = new Image(); 
	menuImage8.src = DNN_skinPath + "images/test_on.png";
	menuImage12 = new Image(); 
	menuImage12.src = DNN_skinPath + "images/faq_on.png"
	menuImage13 = new Image(); 
	menuImage13.src = DNN_skinPath + "images/ec_on.png"
	menuImage9 = new Image(); 
	menuImage9.src = DNN_skinPath + "images/childhoodfaq_on.png";
	menuImage10 = new Image(); 
	menuImage10.src = DNN_skinPath + "images/infantfaq_on.png";
	menuImage11 = new Image(); 
	menuImage11.src = DNN_skinPath + "images/brand_on.png";	
	menuImage14 = new Image(); 
	menuImage14.src = DNN_skinPath + "images/scott_on.png";
	menuImage15 = new Image(); 
	menuImage15.src = DNN_skinPath + "images/dat_on.png";
	menuImage16 = new Image(); 
	menuImage16.src = DNN_skinPath + "images/fot_on.png";
	menuImage17 = new Image(); 
	menuImage17.src = DNN_skinPath + "images/teenfaq_on.png";
	menuImage18 = new Image(); 
	menuImage18.src = DNN_skinPath + "images/ht_on.png";
	menuImage19 = new Image(); 
	menuImage19.src = DNN_skinPath + "images/ol_on.png";
	menuImage20 = new Image(); 
	menuImage20.src = DNN_skinPath + "images/petook_on.png";
	menuImage21 = new Image(); 
	menuImage21.src = DNN_skinPath + "images/petoot_on.png";
	menuImage22 = new Image(); 
	menuImage22.src = DNN_skinPath + "images/ptd_on.png";
	menuImage23 = new Image(); 
	menuImage23.src = DNN_skinPath + "images/ptko_on.png";
	menuImage24 = new Image(); 
	menuImage24.src = DNN_skinPath + "images/cfaq_on.png";
	menuImage25 = new Image(); 
	menuImage25.src = DNN_skinPath + "images/ifaq_on.png";
	menuImage26 = new Image(); 
	menuImage26.src = DNN_skinPath + "images/tfaq_on.png";
	menuImage27 = new Image(); 
	menuImage27.src = DNN_skinPath + "images/ayoll_on.png";
	menuImage28 = new Image(); 
	menuImage28.src = DNN_skinPath + "images/emll_on.png";
	menuImage29 = new Image(); 
	menuImage29.src = DNN_skinPath + "images/ll_on.png";
	menuImage30 = new Image(); 
	menuImage30.src = DNN_skinPath + "images/john_on.png";
	menuImage31 = new Image(); 
	menuImage31.src = DNN_skinPath + "images/naomi_on.png";
});
