//sIFR implementation
function pageScripts(){
var zapfino = {  src: DNN_skinPath + 'zapfino.swf' };
sIFR.activate(zapfino);
sIFR.replace(zapfino, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'zapfino.swf', 
  css: [ '.sIFR-root {color:#ae4228;font-size:22px;}'  ]
});
}
//Menu implementation	   
jQuery(document).ready(function(){

	jQuery("#MainMenu > ul").superfish({
		hoverClass:"hover",
		pathClass:"overideThisToUse",
		delay:500,
		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("#MainMenu > ul >li:has(ul)")).bgIframe({opacity:true});
	});

	/* Activate all media */
	jQuery(".media").media();

	/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
	});
	
});
	

jQuery(document).ready(function(){
								
jQuery('#slideshow').crossSlide({
  fade: 1
}, [
  {
    src:  '/Portals/0/tour/1.jpg',
    from: '100% 80% 1.2x',
    to:   '100% 0% 1.0x',
    time: 2
  }, {
    src:  '/Portals/0/tour/2.jpg',
    from: 'top left',
    to:   'bottom right 1.2x',
    time: 2
  }, {
    src:  '/Portals/0/tour/3.jpg',
    from: '100% 80% 1.5x',
    to:   '80% 0% 1.0x',
    time: 2
  }, {
    src:  '/Portals/0/tour/4.jpg',
    from: '100% 50%',
    to:   '30% 50% 1.3x',
    time: 2
  }, {
    src:  '/Portals/0/tour/5.jpg',
    from: '100% 80% 1x',
    to:   '100% 0% 1.2x',
    time: 2
  }, {
    src:  '/Portals/0/tour/6.jpg',
    from: 'top left',
    to:   'bottom right 1.3x',
    time: 2
  }, {
    src:  '/Portals/0/tour/7.jpg',
    from: '100% 80% 1.5x',
    to:   '80% 0% 1.2x',
    time: 2
  }, {
    src:  '/Portals/0/tour/8.jpg',
    from: '100% 50%',
    to:   '30% 50% 1.3x',
    time: 2
  }, {
    src:  '/Portals/0/tour/9.jpg',
    from: '100% 80% 1x',
    to:   '100% 0% 1.4x',
    time: 3
  }, {
    src:  '/Portals/0/tour/10.jpg',
    from: 'top left',
    to:   'bottom right 1.3x',
    time: 2
  }, {
    src:  '/Portals/0/tour/11.jpg',
    from: '100% 80% 1.5x',
    to:   '80% 0% 1.2x',
    time: 2
  }, {
    src:  '/Portals/0/tour/12.jpg',
    from: '100% 50%',
    to:   '30% 50% 1.1x',
    time: 2

}]);
}); 
	
	
	




