jQuery(document).ready(function($){
	
	// superfish menu
	$("#menu > ul").superfish({
		delay:900,
		animation:{height:"show", opacity:'show'}
	});
	
	$('a').focus(function() { this.blur(); });
	
	$('li:last', 'ul.Level1').addClass('last');
	
	$('#sitemap').addClass('clearfix');
	
	// for pdfs
	$("a[href$='.pdf']").attr("target","_blank");
	/* open off site links in new window
	$("a[href^='http']:not([href*='www.VanceDDS.com'])").each(function() {
		$(this).attr("target", "_blank");
	});*/
	
	// homepage testimonial callout 
	$('.rotate').cycle({
		timeout:6000
	});
	
	// before and after
	$('.banda').each(function() {
		$(this).cycle({
			speed:900,
			timeout:0,
			next:this
		});
	});
	
	//orthognathic FF
	$('.gumsFF').flashembed('http://tools.televoxsites.com/features/gums.swf');
	// dental development FF
	$('.developmentFF').flashembed('http://tools.televoxsites.com/features/dentaldevelopment.swf');
	// wisdom teeth FF
	$('.wisdomFF').flashembed('http://tools.televoxsites.com/features/wisdom.swf');
	// implant FF
	$('.implantFF').flashembed('http://tools.televoxsites.com/features/implant.swf');
	// veneers FF
	$('.veneersFF').flashembed('http://tools.televoxsites.com/features/veneers.swf');
	// crowns FF
	$('.crownsFF').flashembed('http://tools.televoxsites.com/features/crown.swf');
	// root canal FF
	$('.rootcanalFF').flashembed('http://tools.televoxsites.com/features/rootcanal.swf');
	
	// new tour
	$('#supertour').load("/portals/0/tour/index.html");
	
});

function runsifr() {
	var font = {  src: skinpath + 'flash/OptimaLTStd-Medium.swf' };
	sIFR.activate(font);
	sIFR.replace(font, {
  		selector: 'h1', 
  		wmode: 'transparent', 
  		src:  skinpath +  'flash/OptimaLTStd-Medium.swf', 
  		css: [ '.sIFR-root {color:#5b1300; font-size:48px; }'  ]
	});
}
