function createjsDOMenu() {
  absoluteMenu1 = new jsDOMenu(216, "absolute", "", true);
  with (absoluteMenu1) {
    addMenuItem(new menuItem("Division of Administration", "item2", "admin.html"));
    addMenuItem(new menuItem("Division of Aging and Disability Services", "item3", "dosshome.html"));
    addMenuItem(new menuItem("Division of Temporary Assistance & Social Services", "item4", "tasshome.html"));
    addMenuItem(new menuItem("County Adjuster", "", "adjuster.html"));
    addMenuItem(new menuItem("Competitive Contracts", "", "check_space.html"));
    addMenuItem(new menuItem("Human Services Home", "", "index.html"));
    addMenuItem(new menuItem("County of Warren", "", "../index.html"));
    moveTo(30, 170);
    show();
  }
  
  absoluteMenu1_1 = new jsDOMenu(185, "absolute");
  with (absoluteMenu1_1) {
    addMenuItem(new menuItem("Human Services", "", "human_services.html"));
    addMenuItem(new menuItem("Agency Directory", "", "agency_directory.html"));
    addMenuItem(new menuItem("Mental Health Services", "", "human_services.html"));
    addMenuItem(new menuItem("Office for the Disabled", "", "human_services.html"));
    addMenuItem(new menuItem("Substance Abuse Services", "", "human_services.html"));
    addMenuItem(new menuItem("Transportation Services", "", "transportation.html"));
    //addMenuItem(new menuItem("Volunteer Opportunities", "", "check_space.html"));
	addMenuItem(new menuItem("Youth Services", "", "human_services.html"));
  }
  
  absoluteMenu1_2 = new jsDOMenu(300, "absolute");
  with (absoluteMenu1_2) {
    addMenuItem(new menuItem("Adult Day Care Centers", "", "adult_centers.html"));
    addMenuItem(new menuItem("Caregiver Assistance Program", "", "cap.html"));
    addMenuItem(new menuItem("Caregiver Support and Respite", "item3", "respite_services.html"));
    addMenuItem(new menuItem("Congregate Nutrition Day Programs", "", "nutrition.html"));
    addMenuItem(new menuItem("Domestic Chore Services", "", "chore_corps.html"));
    addMenuItem(new menuItem("Emergency Financial Services", "", "njease.html"));
    addMenuItem(new menuItem("Friendly Visiting & Callers", "", "phone_friends.html"));
    addMenuItem(new menuItem("Homemaker & Home Health Aides", "", "home_health_care.html"));
    addMenuItem(new menuItem("Information & Assistance", "", "local_resources.html"));
    addMenuItem(new menuItem("Jersey Assistance for Community Caregiving", "", "jacc.html"));
    addMenuItem(new menuItem("Legal Services for Seniors", "", "legal_services.html"));
    addMenuItem(new menuItem("Meals At Home Program", "", "meals_at_home.html"));
    addMenuItem(new menuItem("Money Management Assistants", "", "money_management.html"));
    addMenuItem(new menuItem("Prescription Savings Program", "", "pops.html"));
    addMenuItem(new menuItem("Respite Services", "", "respite_services.html"));
    addMenuItem(new menuItem("Retired and Senior Volunteer Program", "", "rsvp.html"));
	addMenuItem(new menuItem("Volunteer Chore Corps Fixit Services", "", "chore_corps.html"));
	addMenuItem(new menuItem("Warren Crier Newsletter", "", "newsletter.html"));
	//addMenuItem(new menuItem("Volunteer Opportunities", "", "javascript:openInNewWindow('includings/volunteering.pdf')"));
  }
  
    absoluteMenu1_3 = new jsDOMenu(230, "absolute");
  with (absoluteMenu1_3) {
 
    addMenuItem(new menuItem("Social Services", "", "social_services.html"));
    addMenuItem(new menuItem("Child Support & Paternity", "item3", "child_support.html"));
    addMenuItem(new menuItem("Income Self-Sufficiency Programs", "item3", "self_sufficiency_programs.html"));
    addMenuItem(new menuItem("Medicaid Programs", "item3", "medicaid_programs.html"));
     addMenuItem(new menuItem("Food Pantries", "", "food_pantries.html"));
  }
  
  absoluteMenu1.items.item2.setSubMenu(absoluteMenu1_1);
  absoluteMenu1.items.item3.setSubMenu(absoluteMenu1_2);
  absoluteMenu1.items.item4.setSubMenu(absoluteMenu1_3);

}

function openInNewWindow(pageUrl)
{
	var loadWin =  window.open(pageUrl);
}
