//UDMv3.5
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 by Brothercake
//  This is a special version for Dynamic Drive (http://www.1sttoppingvolvo.com)
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "center";		// alignment
var absLEFT = 	15;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	15; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// show empty cell borders

var baseHREF = "";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#92ccce";	// main nav cell color
var rCOLOR = 	"#c5bbad";	// main nav cell rollover color
var bSIZE = 	2;		// main nav border size
var bCOLOR = 	"#18518C"	// main nav border color
var aLINK = 	"#18518C";	// main nav link color
var aHOVER = 	"#18518C";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"Trebuchet MS";	// main nav font face
var fSIZE = 	13.8;		// main nav font size (pixels)
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	15;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	7;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"#c5bbad";	// submenu cell color

var srCOLOR = 	"#eeeeee";	// submenu cell rollover color
var sbSIZE = 	3;		// submenu border size
var sbCOLOR = 	"#78ABE0"       // submenu border color
var saLINK = 	"#545454";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"Trebuchet MS";        // submenu font face
var sfSIZE = 	12.5;		// submenu font size (pixels)
var sfWEIGHT = 	"bold"	        // submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 3;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu drop shadow size
var shCOLOR =	"#cccccc";	// submenu drop shadow color
var shOPACITY = 75;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally

var openTIMER = 10;		// [** new **] menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 20;	// [** new **] child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 330;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "";		// where to display alt text
var allowRESIZE = mu;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 797;		// override grid width
var gridHEIGHT = 500;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 13;		// [** new **] arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		// [** new **] arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		// [** new **] arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		// [** new **] arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	// [** new **] arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		// [** new **] left arrow (not ns4/op5/op6)
var arrRIGHT = ">";		// [** new **] right arrow (not ns4/op5/op6)


   
function NewWindow1() { //this defines the first window, accessed by button#1
        window1=window.open("", "NewWindow1", "toolbar=no,directories=no,menubar=no,scrollbars=yes,left=730,top=87,screenX=730,screenY=87,width=390,height=580,locationbar=no");
          window1.location.href = "http://www.360-videotour.com/Rody_Chiropractic/index.html";
   }

//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER") [** last four are new **]


addMainItem("http://www.rody-chiropractic.com/index.htm","HOMEPAGE",95,"center","","",0,0,"","","","","");

// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(150,"left","left",-4,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	
	addSubmenuItem("http://www.rody-chiropractic.com/facebook-rody.htm","Find us on Facebook","","");


addMainItem("","ABOUT CHIROPRACTIC",160,"center","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(300,"left","left",-4,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	
	addSubmenuItem("http://www.rody-chiropractic.com/Qatlaso.htm","What is ATLAS ORTHOGONAL Chiropractic","","");
	
	addSubmenuItem("","What is Subluxation?","","");
	
	                defineChildmenuProperties(180,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");
			
					addChildmenuItem("http://www.rody-chiropractic.com/subluxation.htm","The Phases of Subluxation","","");
					addChildmenuItem("http://www.rody-chiropractic.com/subluxation2.htm","Subluxation and Alignment","","");
					
	
	
	addSubmenuItem("http://www.rody-chiropractic.com/sub_cause.htm","What Causes Subluxation?","","");
	addSubmenuItem("","What Are the Effects of Misalignment?","","");
	
	              defineChildmenuProperties(160,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");
	
					addChildmenuItem("http://www.rody-chiropractic.com/Pain_and_Health_Problems.htm","Pain & Health Problems","","");
					addChildmenuItem("http://www.rody-chiropractic.com/Spinal_Misalignment.htm","Spinal Misalignment","","");
			                addChildmenuItem("http://www.rody-chiropractic.com/diagram.htm","Spinal Diagram","","");
			
			

        
        addSubmenuItem("","How Can ATLAS ORTHOGONAL Help?","","");
	
	                defineChildmenuProperties(160,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

					addChildmenuItem("http://www.rody-chiropractic.com/restore.htm","Restored Health","","");
					addChildmenuItem("http://www.rody-chiropractic.com/posture.htm","Balanced Posture","","");

	
            
        addSubmenuItem("","What is the Exam Like?","","");
        
                        defineChildmenuProperties(160,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");
	
					addChildmenuItem("http://www.rody-chiropractic.com/exam.htm","The Exam","","");
					addChildmenuItem("http://www.rody-chiropractic.com/xrays.htm","Xrays","","");
			                
	                
        addSubmenuItem("","What is Treatment Like?","","");
	
	
	                defineChildmenuProperties(200,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");

					addChildmenuItem("http://www.rody-chiropractic.com/adjustment.htm","The Adjustment","","");
					addChildmenuItem("http://www.rody-chiropractic.com/massage.htm","Massage Therapy","","");


	addSubmenuItem("http://www.rody-chiropractic.com/education.htm","Orthogonist Training","","");

	
	
	


addMainItem("","ABOUT US",95,"center","","",0,0,"","","","","");

	 defineSubmenuProperties(100,"left","center",-4,0,"","","","","","","");
	 
	 addSubmenuItem("http://www.rody-chiropractic.com/gordon_bio.htm","Dr Gordon Rody","","");
	 addSubmenuItem("http://www.rody-chiropractic.com/doug_bio.htm","Dr Doug Rody","","");
         addSubmenuItem("http://www.rody-chiropractic.com/amy_bio.htm","Dr Amy Rody","","");
	
	



addMainItem("","CLINIC INFO",90,"center","","",0,0,"","","","","");

	defineSubmenuProperties(130,"left","center",-4,0,"","","","","","","");


	addSubmenuItem("http://www.rody-chiropractic.com/map.htm","Map","","");
	addSubmenuItem("http://www.rody-chiropractic.com/hours.htm","Office Hours","","");
	addSubmenuItem("http://www.myzpay.com/rody","Online Payments","","");
	 addSubmenuItem("javascript:NewWindow1()","360 Virtual Tour","","");
	 addSubmenuItem("http://www.rody-chiropractic.com/contact_us.htm","Contact Us!","","");
	 addSubmenuItem("","Printable Forms","","");	
	 defineChildmenuProperties(200,"right","center",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)","","","","","","");
	 
	 					addChildmenuItem("http://www.adobe.com/products/acrobat/readstep2.html","Download Acrobat PDF Reader","","");
	 					addChildmenuItem("http://www.rody-chiropractic.com/forms/questionaire1.pdf","Health Questionnaire","","");
                                                addChildmenuItem("http://www.rody-chiropractic.com/forms/Rody_Consent_Forms.pdf","Rody Consent Forms","","");
                                                addChildmenuItem("http://www.rody-chiropractic.com/forms/Automobile_Accident_Questionnaire.pdf","Automobile Accident Questionnaire","","");
                                                addChildmenuItem("http://www.rody-chiropractic.com/forms/Authorization to Treat Minor Child.pdf","Minor Child Authorization","","");
                                                addChildmenuItem("http://www.rody-chiropractic.com/forms/WorkInjuryQuestionnaire.pdf","Work Injury Questionnaire","","");

addMainItem("http://www.rody-chiropractic.com/massage.htm","MASSAGE",75,"center","","",0,0,"","","","","");

	defineSubmenuProperties(140,"left","right",-4,0,"","","","","","","");

	addSubmenuItem("http://www.rody-chiropractic.com/Joe_Warness.htm","Joe Warness","","");
	addSubmenuItem("http://www.rody-chiropractic.com/Lynetta-Battig.html","Lynetta Battig","","");
	addSubmenuItem("http://www.rody-chiropractic.com/Haley_Tracy.htm","Haley Tracy","","");
	addSubmenuItem("http://www.rody-chiropractic.com/Sabrina_Laville.htm","Sabrina Laville","","");
	addSubmenuItem("http://www.rody-chiropractic.com/Mel_Ruchalski.htm","Mel Ruchalski","","");
	//addSubmenuItem("http://www.rody-chiropractic.com/Tina_Roberts.htm","Tina Roberts Kelly","","");
	//addSubmenuItem("http://www.rody-chiropractic.com/massage_request.htm","Massage Request","","");
	
	

		
addMainItem("","OUR PHILOSOPHY",130,"center","","",0,0,"","","","","");

	defineSubmenuProperties(150,"left","center",-4,0,"","","","","","","");


	addSubmenuItem("http://www.rody-chiropractic.com/mission.htm","Our Mission","","");
	addSubmenuItem("http://www.rody-chiropractic.com/medical.htm","Our Medical Philosophy","","");
	addSubmenuItem("http://www.rody-chiropractic.com/business.htm","Our Business Philosophy","","");
	addSubmenuItem("http://www.rody-chiropractic.com/relational.htm","Our Relational Philosophy","","");
	
	
addMainItem("","OUR PATIENTS",109,"center","","",0,0,"","","","","");

	defineSubmenuProperties(130,"left","center",-4,0,"","","","","","","");


	addSubmenuItem("http://www.rody-chiropractic.com/who_we_treat.htm","Who We Treat","","");
        addSubmenuItem("http://www.rody-chiropractic.com/testimonial.htm","Testimonial","","");
	// addSubmenuItem("https://www.toppingvolvo.com/serviceappointment.htm","Appointment Request","","");
	// addSubmenuItem("http://1sttoppingvolvo.com/specials_service.htm","Service Specials","","");


//**DO NOT EDIT THIS *****
}//***********************
//************************

