//sIFR implementation

function pageScripts(){
var FuturaBook = {  src: DNN_skinPath + 'FuturaBook.swf' };
sIFR.activate(FuturaBook);
sIFR.replace(FuturaBook, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'FuturaBook.swf', 
  css: [ '.sIFR-root {color:#82c5c4; font-size:30px; font-weight:normal; }'  ]
});
}

/*Menu implementation*/

jQuery(document).ready(function($){
	jQuery("#Navigation1 > ul").superfish({
		delay:800,
		animation:{height:"show"}
	});
	
 
	/* remove box from links */
	jQuery('.acc h4').click(function() {
	 jQuery(this).toggleClass('active').next().toggle("fast");
	 return false;
	 }).next().hide(); 
	
	/* remove box from links */
		jQuery("a").focus(function(){
		this.blur();		
		});
	
	
	if ($('#flashphoto2').length) {
		$('#flashphoto2').cycle({
			fx: 'fade',
			speed: 3000,
			timeout: 5500	
		});
	}
	
	// homepage flash header
	$('#flashheader').flashembed({ src:DNN_skinPath+'images/flash_header_7.swf', wmode:'transparent'});
	
	// invisalign choose video
	$('#inv_choose').flashembed({ src:'/Portals/0/vendor/flash/swf/invisalign.swf', wmode:'transparent'});
	
	// be an orthodontist FF
	$("#featureortho").flashembed({ src:'http://tools.televoxsites.com/features/beOrtho.swf', wmode:'transparent' });
	
	$(".vv").click(function() {
		$('#introvideo').flashembed({ src:DNN_skinPath+'/flash/video/introvideo.swf', wmode:'transparent'});
		});
	
	menuImage1 = new Image(); 
	menuImage1.src = DNN_skinPath + "images/home_on.jpg";
	menuImage2 = new Image(); 
	menuImage2.src = DNN_skinPath + "images/about_on.jpg";
	menuImage3 = new Image(); 
	menuImage3.src = DNN_skinPath + "images/new_on.jpg";
	menuImage4 = new Image(); 
	menuImage4.src = DNN_skinPath + "images/os_on.jpg";
	menuImage5 = new Image(); 
	menuImage5.src = DNN_skinPath + "images/inv_on.jpg";
	menuImage6 = new Image(); 
	menuImage6.src = DNN_skinPath + "images/b101_on.jpg";
	menuImage7 = new Image(); 
	menuImage7.src = DNN_skinPath + "images/cf_on.jpg";
	menuImage8 = new Image(); 
	menuImage8.src = DNN_skinPath + "images/fa_on.jpg";
	menuImage9 = new Image(); 
	menuImage9.src = DNN_skinPath + "images/contacts_on.jpg";
	menuImage10 = new Image(); 
	menuImage10.src = DNN_skinPath + "images/plogin_on.jpg";
	menuImage11 = new Image(); 
	menuImage11.src = DNN_skinPath + "images/reqc_on.jpg";
	
});
  
