jQuery(document).ready(function(){
					
	jQuery("#menu > ul").superfish({
		hoverClass:"hover",
		pathClass:"overideThisToUse",
		delay:900,
		animation:{height:"show", opacity:'show'},
		speed:"normal",
		oldJquery:false,
		disableHI:false,
		onInit:function () {},
		onBeforeShow:function () {},
		onShow:function () {},
		onHide:function () {}
	});
	
	jQuery('#menu a[href="#"]').click(function() { return false });
	
	jQuery('a').focus(function() { this.blur() });
	
   if (jQuery('#flashslide').length) {
		var so = new SWFObject(DNN_skinPath+"flash/slideshow.swf", "mymovie", "274", "278", "9", "#336699");
   	so.addParam("quality", "high");
   	so.addParam("wmode", "transparent");
   	so.addVariable("xmlfile", DNN_skinPath+"flash/xml/data.xml");  
   	so.write("flashslide");
	}

	if (jQuery('#featuresurgery').length) {
       var sshow = new SWFObject("http://tools.televoxsites.com/features/jaws.swf", "slideshow", "250", "260", "6", "#000000");
       sshow.addParam("wmode", "transparent");
       sshow.write("featuresurgery");
	}

	if (jQuery('#featurewisdom').length) { 
		var sshow = new SWFObject("http://tools.televoxsites.com/features/wisdom.swf", "slideshow", "190", "205", "6", "#000000");
		sshow.write("featurewisdom");
	}
	
	if (jQuery('#featureimplant').length) { 
		var sshow = new SWFObject("http://tools.televoxsites.com/features/implant.swf", "slideshow", "200", "195", "6", "#000000");
		sshow.write("featureimplant");
	}
	
	if (jQuery('#flash-tagline').length) {
		var sshow = new SWFObject(DNN_skinPath+"flash/tagline.swf", "slideshow", "320", "35", "6", "#000000");
		sshow.addParam("wmode", "transparent");
		sshow.write("flash-tagline");
	}
	
});


