//sIFR implementation

function homepageScripts(){
var timesroman = {  src: DNN_skinPath + '1times.swf' };
sIFR.activate(timesroman);
sIFR.replace(timesroman, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  '1times.swf', 
  css: [ '.sIFR-root {color:#ffffff;font-size:55px;}'  ]
});
}
function pageScripts(){
var timesroman = {  src: DNN_skinPath + '1times.swf' };
sIFR.activate(timesroman);
sIFR.replace(timesroman, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  '1times.swf', 
  css: [ '.sIFR-root {color:#ffffff;font-size:48px;}'  ]
});
}

//Menu implementation	   
jQuery(document).ready(function(){

	jQuery("#MainManu > ul").superfish({
		hoverClass:"hover",
		pathClass:"overideThisToUse",
		delay:200,
		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});
	}).find("a").focus(function () {
		jQuery("ul", jQuery("#MainManu > ul >li:has(ul)")).bgIframe({opacity:true});
	});

	/* Activate all media */
	jQuery(".media").media();

	/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
	});

});
//Menu implementation	   
jQuery(document).ready(function(){

	jQuery("#MainManu1 > ul").superfish({
		hoverClass:"hover",
		pathClass:"overideThisToUse",
		delay:200,
		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});
	}).find("a").focus(function () {
		jQuery("ul", jQuery("#MainManu1 > ul >li:has(ul)")).bgIframe({opacity:true});
	});

	/* Activate all media */
	jQuery(".media").media();

	/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
	});

});

//Menu implementation	   
jQuery(document).ready(function(){

	jQuery("#MainManu2 > ul").superfish({
		hoverClass:"hover",
		pathClass:"overideThisToUse",
		delay:200,
		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});
	}).find("a").focus(function () {
		jQuery("ul", jQuery("#MainManu2 > ul >li:has(ul)")).bgIframe({opacity:true});
	});

	/* Activate all media */
	jQuery(".media").media();

	/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
	});

});

//Menu implementation	   
jQuery(document).ready(function(){

	jQuery("#MainManu3 > ul").superfish({
		hoverClass:"hover",
		pathClass:"overideThisToUse",
		delay:200,
		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});
	}).find("a").focus(function () {
		jQuery("ul", jQuery("#MainManu3 > ul >li:has(ul)")).bgIframe({opacity:true});
	});

	/* Activate all media */
	jQuery(".media").media();

	/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
	});

});



