//sIFR implementation
function pageScripts(){
var CenturyGothic = {  src: DNN_skinPath + 'CenturyGothic.swf' };
sIFR.activate(CenturyGothic);
sIFR.replace(CenturyGothic, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'CenturyGothic.swf', 
  css: [ '.sIFR-root {color:#984e19; font-size:34px; font-weight:normal;}'  ]
});
}
//Close Window implementation

function closeCurrentWindow()
{
  window.close();
}

//Menu implementation	   
jQuery(document).ready(function(){
	jQuery("#Navigation > ul").superfish({
		hoverClass:"hover",
		pathClass:"overideThisToUse",
		delay:400,
		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("#Navigation > ul >li:has(ul)")).bgIframe({opacity:true});
	});
	
	jQuery("#Navigation57 ul.Level1").append("<li><img src ='/Portals/_default/Skins/vinsonorthodontics.com/images/submenubottom.png' align='bottom' class='subbottom' /></li>");
	 jQuery("#Navigation58 ul.Level1").append("<li><img src ='/Portals/_default/Skins/vinsonorthodontics.com/images/submenubottom.png' align='bottom' class='subbottom' /></li>");
	  jQuery("#Navigation70 ul.Level1").append("<li><img src ='/Portals/_default/Skins/vinsonorthodontics.com/images/submenubottom.png' align='bottom' class='subbottom' /></li>");
	   jQuery("#Navigation59 ul.Level1").append("<li><img src ='/Portals/_default/Skins/vinsonorthodontics.com/images/submenubottom.png' align='bottom' class='subbottom' /></li>");
	 jQuery("#Navigation60 ul.Level1").append("<li><img src ='/Portals/_default/Skins/vinsonorthodontics.com/images/submenubottom.png' align='bottom' class='subbottom' /></li>");
	 
	jQuery("#sitemapnavigation72 a").append("<br/>");
	jQuery("#sitemapnavigation81 a").append("<br/>");
	jQuery("#sitemapnavigation92 a").append("<br/>");
	jQuery("#sitemapnavigation71 a").append("<br/>");
	
	jQuery("a").focus(function(){
	this.blur(); });
	jQuery(".LinkIcon").rollover();
	
	menuImage1 = new Image(); 
	menuImage1.src = DNN_skinPath + "images/Funzone_on.jpg";	 
    menuImage2 = new Image(); 
	menuImage2.src = DNN_skinPath + "images/Home_on.jpg";
	menuImage3 = new Image(); 
	menuImage3.src = DNN_skinPath + "images/Login_on.jpg";
	menuImage4 = new Image(); 
	menuImage4.src = DNN_skinPath + "images/NewPatients_on.jpg";
	menuImage5 = new Image(); 
	menuImage5.src = DNN_skinPath + "images/Officeinfo_on.jpg";
	menuImage6 = new Image(); 
	menuImage6.src = DNN_skinPath + "images/Patientinfo_on.jpg";
	menuImage7 = new Image(); 
	menuImage7.src = DNN_skinPath + "images/Treatment_on.jpg";
	
	jQuery("#rpeFF").click(function() {
			var sshow = new SWFObject("http://tools.televoxsites.com/features/rpa2.swf", "slideshow", "450", "350", "6", "#000000");
			sshow.addParam("wmode", "transparent");
			sshow.write("rpeFF");						  
	});
	
});
