// JavaScript Document
topbar_width = 800;
topbar_height = 354;
var specialty;
if(specialty == "Oral Surgery"){
	var photo_selections = "1|2|3|4|5|6";
	var phrases = "Oral Surgery:and Dental Implants|Experience:...and Expertise|Balance, Comfort:and Function|Let us give you something:...to smile about.";
}else if(specialty == "Orthodontics"){
	var photo_selections = "1|2|3|4|5|6";
	var phrases = "A beautiful smile...:and improved dental health|Form and function...:with proper orthodontics|The finest quality:in orthodontic treatment|Straighter teeth:...for your whole family";
}else if(specialty == "Cosmetic Dentistry"){
	var photo_selections = "1|2|3|4|5|6";
	var phrases = "A new beautiful smile...:Is just a phone call away|A bright healthy smile can be yours:Call our office today!|Call today:for your new smile consultation|Let us give you something:...to smile about.";
}else if(specialty == "Endodontics"){
	var photo_selections = "1|2|3|4|5|6";
	var phrases = "&nbsp;";
}else{
	var photo_selections = "1|2|3|4|5|6";
	var phrases = "A new beautiful smile...:Is just a phone call away|A bright healthy smile can be yours:Call our office today!|Call today:for your new smile consultation|Let us give you something:...to smile about.";
}