(function(){
 
var menu1=new Scl.Menu(180);
  menu1.addItem('Wound Care','woundcare.html');
  menu1.addItem('Psychiatric Nursing','psychiatricnursing.html');
  menu1.addItem('Private Duty','privateduty.html');
  menu1.addItem('Pain Management','services_painmanagement.html');
  menu1.addItem('Dyspnea','services_dyspnea.html');
  menu1.addItem('Fall Prevention','services_transfercare.html');
  menu1.addItem('Physical Therapy','services_physicaltherapy.html');
  menu1.addItem('Skilled Nursing','services_skillednursing.html');
  menu1.addItem('Occupational Therapy','services_occupationaltherapy.html');
  menu1.addItem('Medical Social','services_medicalsocialservices.html');
  menu1.addItem('Home Health Aide','services_homehealthaideservices.html');
  menu1.dockTo('Services');
 
var menu2=new Scl.Menu(130);
  menu2.addItem('Apply Now','careers.html');
  menu2.addItem('Why ANHHS?','careers_whyanhhs.html');
  menu2.dockTo('Careers');
 
var menu3=new Scl.Menu(190);
  menu3.addItem('About ANHHS','aboutus.html');
  menu3.addItem('Our Staff','aboutus_staff.php');
  menu3.addItem('Testimonials','aboutus_testimonials.html');
  menu3.addItem('Medicare Home Health','aboutus_medicarehomehealth.html');
  menu3.dockTo('About');

var menu4=new Scl.Menu(210);
  menu4.addItem('Main Contact Information','contactus.html');
  menu4.addItem('Service Area','contactus_servicearea.html');
  menu4.addItem('On-Line Referral','contact.php');
  menu4.addItem('Patient Opinion Survey','contact_opinion_survey.php');
  menu4.dockTo('Contact');
}
)();