var spring = {  src: DNN_skinPath + 'SpringLPLight.swf' };
sIFR.activate(spring);
sIFR.replace(spring, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'SpringLPLight.swf', 
  css: [ '.sIFR-root {color:#F7E08A;}'  ]
});


/*Menu implementation*/
jQuery(document).ready(function(){
	jQuery("#Navigation > ul").superfish({
		hoverClass:"hover",
		pathClass:"overideThisToUse",
		delay:800,
		animation:{opacity:"show"},
		speed:"normal",
		oldJquery:false,
		disableHI:false,
		onInit:function () {},
		onBeforeShow:function () {},
		onShow:function () {},
		onHide:function () {}
	}).addClass('clearfix');
	
	
	
// jQuery Show/Hide Content Accordion for Contests and Events pages
//jQuery('div.demo-show:eq(0)> div.hidediv').hide();  
//jQuery('div.demo-show:eq(0)> h3').click(function() {
//jQuery(this).next().slideToggle('slow');
//});

/* remove box from links */
jQuery("a").focus(function(){	this.blur(); });
	
	
/* Preload Menu Hover States */	
	menuImage1 = new Image(); 
	menuImage1.src = DNN_skinPath + "images/home_hover.png";
	menuImage2 = new Image(); 
	menuImage2.src = DNN_skinPath + "images/office_hover.png";
	menuImage3 = new Image(); 
	menuImage3.src = DNN_skinPath + "images/patient_hover.png";
	menuImage4 = new Image(); 
	menuImage4.src = DNN_skinPath + "images/Treatment_hover.png";
	menuImage5 = new Image(); 
	menuImage5.src = DNN_skinPath + "images/technologies_hover.png";
	menuImage6 = new Image(); 
	menuImage6.src = DNN_skinPath + "images/funstuff_hover.png";
	menuImage7 = new Image(); 
	menuImage7.src = DNN_skinPath + "images/login_hover.png";


	
});


