
/*sIFR*/
var frutilight = {  src: DNN_skinPath + 'FrutigerLight.swf' };
	sIFR.activate(frutilight);
	sIFR.replace(frutilight, {
  		selector: 'h1', 
  		wmode: 'transparent', 
  		src:  DNN_skinPath +  'FrutigerLight.swf', 
  		css: [ '.sIFR-root {color:#5d6565; text-transform:uppercase; }'  ]
});
	

jQuery(document).ready(function(){
	jQuery("#navigation > ul").superfish({
		hoverClass:"hover",
		pathClass:"overideThisToUse",
		delay:500,
		animation:{height:'show'},
		disableHI:true,
		onInit:function () {},
		onBeforeShow:function () {},
		onShow:function () {},
		onHide:function () {}
	});
		
/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
});


/* invisalign flowplayer */

if($("#invisalign-video").length) {
flowplayer("invisalign-video", {
	src: "http://tools.televoxsites.com/vendor/flash/flowplayer-3.2.6.swf",
	wmode: "transparent"
	}, {
	plugins: { controls: { url: 'flowplayer.controls-tube-3.2.4.swf' } },
	clip: { autoPlay: false, autoBuffering: true, url: 'http://tools.televoxsites.com/vendor/flash/invisalign.flv' }
});
}

	
/* Nav Menu Rollovers */		
jQuery(".LinkIcon").rollover("_hover");

});






