// JavaScript Document
topbar_width = 910;
topbar_height = 300;
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{
	var photo_selections = "1|2|3|4|5";
	var phrases = "Innovative, Precise, Professional,:Efficient root-canal treatment.|&quot;Most caring, gentle, and concerned dentist:I have ever visited...&quot;Robert of Carmel|Offering a range of financial options.:Credit Cards and no-interest payment plans available.|&quot;Great Endodontist. Wonderful Staff.  No Pain--The Very Best.&quot;:Eric of Monterey, CA|Advanced Technology...:digital x-rays, microscopes, ultrasonics";

}