/*

Directions:

Sub-menu link array items are divided into three parts by "|";

1. Text of link. (can include HTML tags)
2. URL of link. (optional)
3. Name of new window. (optional)

For example:

"This is an example link|http://www.example.org/|_blank"

If you don't have a url or don't need a new window name, you
must still includ the pipes, as in the following example:

"This is an example link|http://|"


*/


var subMenuObj = new Object();

subMenuObj["who_we_are"] = new Array(

    "WHO WE ARE|who/who_home.html|",
    "VISION &amp; MISSION|who/vision_mission.html|",
  " OUR ACCOMPLISHMENTS|who/accomplishments.html|",
  "OUR STORY|who/our_story.html|",
    "OUR STRUCTURE|who/our_structure.html|",
    "OUR STAFF|who/our_staff.html|",
    "OUR SPONSORS|who/our_sponsors.html|",
  " WHAT WE ARE READING|who/reading.html|",
    "CONTACT US|who/contact.html|"

)

subMenuObj["get_involved"] = new Array(

    "MAKE A DONATION|http://advocacy.globalsolutions.org/site/PageServer?pagename=donate|",
    "BECOME A MEMBER|http://advocacy.globalsolutions.org/site/PageServer?pagename=donate_become_a_member|",
    "LEARN ABOUT OUR ISSUES|involved/our_issues.html|",
    "JOIN A LOCAL CHAPTER|involved/join_chapter.html|",
    "EMPLOYMENT OPPORTUNITIES|involved/jobs/index.html|",
	"INTERNSHIPS|involved/interns_volunteers.html|",
    "TAKE THE GLOBAL SOLUTIONS TOUR|involved/globsol_tour.html|",
    "TAKE GLOBAL SOLUTIONS TO WORK|involved/take_to_work.html|",
    "TELL A FRIEND ABOUT US|http://advocacy.globalsolutions.org/site/TellAFriend?page=http://www.globalsolutions.org|",
    "WORLD FEDERALIST INSTITUTE|wfi/wfi_home.html|",
    "DOWNLOAD WEB STICKER|involved/web_sticker.html|"

);

subMenuObj["programs"] = new Array(

    "U.S. GLOBAL ENGAGEMENT|programs/glob_engage/glob_engage_home.html|",
    "HEALTH AND ENVIRONMENT|programs/health_environment/health_envir_home.html|",
    "PEACE AND SECURITY|programs/peace_security/peace_sec_home.html|",
    "&nbsp;&nbsp;&nbsp;PEACE OPERATIONS|programs/peace_security/peace_ops/peace_ops_home.html|",
    "LAW AND JUSTICE|programs/law_justice/law_justice_home.html|",
    "&nbsp;&nbsp;&nbsp;INTERNATIONAL CRIMINAL COURT|programs/law_justice/icc/icc_home.html|",
    "INTERNATIONAL INSTITUTIONS|programs/intl_instit/intl_instit_home.html|",
    "&nbsp;&nbsp;&nbsp;UN REFORM|programs/intl_instit/UN_ref/UN_ref_home.html|"

);

/*
subMenuObj["advocacy_center"] = new Array(

    "CURRENT ACTIONS|http://|",
    "CAMPAIGN UPDATES|http://|",
    "YOUR LEGISLATOR|http://|",
    "ACTION POINTS|http://|",
    "BECOME A CITIZEN LOBBYIST|http://|",
    "LETTER WRITING TIPS|http://|",
    "YOUTH CORNER|http://|"

);
*/
subMenuObj["on_the_hill"] = new Array(

    "IN THE BELTWAY|hill/in_the_beltway.html|",
    "LEGISLATION|hill/legislation.html|",
    "GLOBAL SOLUTIONS REPORT CARD|hill/reportcard/|"
//    "CANDIDATE QUESTIONNAIRES|hill/CQ/CQ_home.html|"

);


subMenuObj["press_room"] = new Array(

    "PRESS RELEASES|press_room/press_room_home.html|",
    "SIGN UP FOR MEDIA ALERTS|press_room/media_alert_signup.html|",
    "IN THE NEWS|press_room/news/news_home.html|",
    "ACTIVIST PRESS KIT|press_room/activist_presskit.html|",
    "OUR EXPERTS|press_room/experts.html|",
    "OUR NEWSLETTER|press_room/newsletter/newsletter_home.html|"

);