//sIFR implementation
function pageScripts(){
var P22Corinthia = {  src: DNN_skinPath + 'P22Corinthia.swf' };
sIFR.activate(P22Corinthia);
sIFR.replace(P22Corinthia, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'P22Corinthia.swf', 
  css: [ '.sIFR-root {color:#a97531;font-size:72px;}'  ]
});
}

//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/about_on.jpg";
	menuImage2 = new Image(); 
	menuImage2.src = DNN_skinPath + "images/home_on.jpg";
	menuImage3 = new Image(); 
	menuImage3.src = DNN_skinPath + "images/plogin_on.jpg";
	menuImage4 = new Image(); 
	menuImage4.src = DNN_skinPath + "images/cus_on.jpg";
	menuImage5 = new Image(); 
	menuImage5.src = DNN_skinPath + "images/fun_on.jpg";
	menuImage6 = new Image(); 
	menuImage6.src = DNN_skinPath + "images/pedu_on.jpg";
	menuImage7 = new Image(); 
	menuImage7.src = DNN_skinPath + "images/tret_on.jpg";/*over*/
	menuImage8 = new Image(); 
	menuImage8.src = DNN_skinPath + "images/pedu_on.jpg";
	menuImage9 = new Image(); 
	menuImage9.src = DNN_skinPath + "images/pedu_on.jpg";
});
