
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 1;
ace_state.position = 'right';
ace_state.closedelay = 500;
ace_state.hbgcolor = '#c1c1c3'; /*color of hover background*/
ace_state.hftcolor = '#FFFFFF'; /*color of hover text*/
ace_state.nbgcolor = '#727176'; /*color of background*/
ace_state.nftcolor = '#FFFFFF'; /*color of text*/
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '11pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.cellpadding = 0;
ace_state.cellspacing = 0;
//ace_state.fshadow = '#BFBFBF';



acemenu = new ACEMenu('0');
acemenu.columns = 50;
acemenu.hbgcolor = '#222d35';
acemenu.nbgcolor = '#222d35';
ace_state.menuborder = '0px #333333 solid'; /*adds border around dropdown*/
ace_state.cellpadding = 4;
ace_state.cellspacing = 0;



acemenu.AddRollover('/index.php', 'images/bt_home1.gif', 'images/bt_home2.gif', '', true , '');
acemenu.AddRollover('', 'images/bt_about_us1.gif', 'images/bt_about_us2.gif', '', true , '');
acemenu.AddRollover('/kansas-city-leawood-chiropractic.php', 'images/bt_chiropractic1.gif', 'images/bt_chiropractic2.gif', '', false , '');
acemenu.AddRollover('/acupuncture-kansas-city.php', 'images/bt_acupuncture1.gif', 'images/bt_acupuncture2.gif', '', false , '');
acemenu.AddRollover('/kansas-city-massage-therapy.php', 'images/bt_massage1.gif', 'images/bt_massage2.gif', '', false , '');
acemenu.AddRollover('/treatment.php', 'images/bt_treatment1.gif', 'images/bt_treatment2.gif', '', false , '');
acemenu.AddRollover('', 'images/bt_patient_portal1.gif', 'images/bt_patient_portal2.gif', '', false , '');
acemenu.AddRollover('/contact_us.php', 'images/bt_contact_us1.gif', 'images/bt_contact_us2.gif', '', false , '');


acemenu = new ACEMenu('2');
acemenu.position = 'bottom';

acemenu.AddItem('Our Doctors', '/our_doctors.php', '', false , '');
acemenu.AddItem('Our Staff', '/our_staff.php', '', false , '');
acemenu.AddItem('Massage Therapists', '/kansas-city-massage-therapy.php', '', false , '');
acemenu.AddItem('Testimonials', '/chiropractor-kansas-city.php', '', false , '');

acemenu = new ACEMenu('6');
acemenu.position = 'bottom';

acemenu.AddItem('Disc Decompression Therapy', '/disc_decompression_therapy.php', '', false , '');
acemenu.AddItem('Whole Body Vibration', '/pages/Whole%20Body%20Vibration:%20PowerVibe', '', false , '');


acemenu = new ACEMenu('7');
acemenu.position = 'bottom';

acemenu.AddItem('New Patient Form', '/documents/asfca_new_patient_forms.pdf', 'target', '_blank','', false , '');
acemenu.AddItem('Pay On-Line', '/pay_online.php', '', false , '');
acemenu.AddItem('Live Appointment Scheduling', '/live_appt_schedule.php', '', false , '');
acemenu.AddItem('Join Our E-mail List', 'http://visitor.constantcontact.com/manage/optin?v=001rlsB_VLrUOlYG2CvSP7OdHA65CXJbEPA', 'target', '_blank','', false , '');
acemenu.AddItem('Upcoming Events', '/upcoming_events.php', '', false , '');















