
$(document).ready( function() {
$("#innerwrap").animate( {bottom:"0px"},800);
$("#leftfadein").fadeIn("def");
$("#reqbutton").hover(function() {$(this).attr({src: "/img/obutton3-on.png"});} , function() {$(this).attr({src: "/img/obutton3.png"});} );
if ($.browser.msie && parseFloat($.browser.version) < 7) { $(".main").hover(function() {$(this).children("ul").css({"left":"auto","margin-left":"-353px"})},function() {$(this).children("ul").css("left","-999em")});}


if (!navigator.plugins["Shockwave Flash"]) {
$("#brail-wrapper").html("<img src='/img/bottomrail.png' alt='dental salon infobar' style='height:29px;width:502px;'/>");
$("#lamp").replaceWith("<img src='/img/lamp2.jpg' />");
$("#ds").replaceWith("<img id='homepage-slideshow-1' src='/img/home-slideshow-1.jpg' alt='Dental Salon Customers' style='position:absolute;'><img id='homepage-slideshow-2' src='/img/home-slideshow-2.jpg' alt='Dental Salon Customers' style='position:absolute;opacity:0;'><img id='homepage-slideshow-3' src='/img/home-slideshow-3.jpg' alt='Dental Salon Customers' style='position:absolute;opacity:0;'><img id='homepage-slideshow-4' src='/img/home-slideshow-4.jpg' alt='Dental Salon Customers' style='position:absolute;opacity:0;'><img id='homepage-slideshow-5' src='/img/home-slideshow-5.jpg' alt='Dental Salon Customers' style='position:absolute;opacity:0;'><img id='homepage-slideshow-6' src='/img/home-slideshow-6.jpg' alt='Dental Salon Customers' style='position:absolute;opacity:0;'><img id='homepage-slideshow-7' src='/img/home-slideshow-7.jpg' alt='Dental Salon Customers' style='position:absolute;opacity:0;'>");
$("#commercialvideo").replaceWith("<a href='http://www.youtube.com/watch?v=Afq4YlTcmls' target='youtube'>See Our Commercial on YouTube<br/><img src='/img/bigbutton.png' alt='youtube video' style='border:0;'></a>");
$("#laservideo").replaceWith("<a href='http://www.youtube.com/watch?v=G57JfQSru_0' target='youtube'>See Our Laser Whitening Contest Resuts on YouTube<br/><img src='/img/bigbutton.png' alt='youtube video lasers' style='border:0;'></a>");

si=1;

$(function() {slideshowcontroller = setInterval('slideout();si++',5000);});


}

if (thispage=="http://www.dentalsalon.com/contact/appointment_request") {
$("#qf_wrapper").hide();
}
// $("#email_quick").bind("focus", function (e) {
	// e.target.value="";
	// e.target.select();
	// $("#qf_wrapper").css({overflow:"visible"});
	// $("#emaillabel").html("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Email:");
	// });
$(".level1").bind("mouseenter", function() {
	$(this).children("ul").show();
	$(this).height(95);
	$("#wrapper").css("z-index","-1");
	}); 	

$(".level1").bind("mouseleave", function() {
	$(this).children("ul").hide();
	$("#wrapper").css("z-index","1");
	}); 	
});
function subshow(s) { 
$(".subul").hide();
$(".main a").css({borderBottomColor:"#ffffff" });
$("#"+s.id+"_sub").show();
$("#"+s.id).css({borderBottomColor:"#73aab5" });
}
function identWindow(go) {
specs="scrollbars=yes,width=700,height=500,top=50,left="+(($(window).width()/2) - 250);
accountcenterobj = window.open(go,"accountcenter",specs);
return true;
}

function slideout() {

if (si<8) {$("#homepage-slideshow-"+si).animate({ opacity: 1}, 1800);} 
else {clearInterval(slideshowcontroller);}
}
