//sIFR implementation
function pageScripts() {
var avantgradebook = {  src: DNN_skinPath + 'avantgradebook.swf' };
sIFR.activate(avantgradebook);
sIFR.replace(avantgradebook, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'avantgradebook.swf', 
  css: [ '.sIFR-root {color:#272e83;font-size:26px;}'  ]
});
}



jQuery(document).ready(function(){
								
	jQuery("#topnavigation > ul").superfish({
		hoverClass:"hover",
		pathClass:"overideThisToUse",
		delay:900,
		animation:{height:"show"},
		speed:"slow",
		oldJquery:false,
		disableHI:false,
		onInit:function () {},
		onBeforeShow:function () {},
		onShow:function () {},
		onHide:function () {}
	}).find(">li:has(ul)").mouseover(function () {
		jQuery("ul", this).bgIframe({opacity:true});
	}).find("a").focus(function () {
		jQuery("ul", jQuery("#topnavigation > ul >li:has(ul)")).bgIframe({opacity:true});
	});							
								
								
	jQuery('#Navigation').accordion({
		active: false,
		header: '.menuTitle',
		event: 'click',
		autoheight:false,
		navigation:false,
		showSpeed: 1200,
		hideSpeed: 1400
	});


jQuery("a").focus(function(){
		this.blur();
});



});




	