// mainMenuData items are: itemURL, itemImage, left, width, height, altTag, subWidth
// the variables: itemURL, itemImage, width, height, and altTag are in reference to the main 
// navigation buttons 
// the variables: left and subWidth refer to the positioning and width of the subnav drop down
// options

 var mainMenuData = new Array(
 	"../index.jsp", "../images/home_off.gif", "0", "89", "15", "home", "110",
	"../services/services.jsp", "../images/services_off.gif", "90", "89", "15", "services", "150",
	"../publications/publications.jsp", "../images/publications_off.gif", "180", "89", "15", "publications", "200",
	"../projects/projects.jsp", "../images/projects_off.gif", "270", "89", "15", "projects", "240",
	"../conference/communityradioconference.jsp", "../images/conference_off.gif", "357", "89", "15", "conference", "230",
	"../awards/awards.jsp", "../images/awards_off.gif", "446", "89", "15", "awards", "172",
	"../about/about.jsp", "../images/about_off.gif", "535", "89", "15", "about", "112",
	"../membership/membership.jsp", "../images/membership_off.gif", "631", "89", "15", "membership", "110");

// menuData items below must match the number of rows above in mainMenuData
// menuData items are:  itemText, itemURL
var menuData0 = new Array(
);

var menuData1 = new Array(
	"Assessments", "../services/assessment.jsp",
	"Board Trainings", "../services/boardtrainings.jsp",
	"Representation", "../services/representation.jsp",
	"Group Buys", "../services/groupbuys.jsp",
	"Listserv", "../services/listserv.jsp",
	"Community Radio News", "../services/communityradionews.jsp",
	"Links", "../services/links.jsp"
);

var menuData2 = new Array(
	"Public Radio Legal Handbook", "../publications/registration_welcome.jsp",
	"Digital Audiocraft", "../publications/audiocraft.jsp",
	"Rural Program Directors Manual", "../publications/ruralprogramdirectors.jsp",
	"Get Set to Stream!", "../publications/streamingmanual.jsp",
	"Producer's Guide to the Hereafter", "../publications/producersguide.jsp",
	"Volunteer Management Handbook", "../publications/volunteerhandbook.jsp",
	"Let a Thousand Voices Speak", "../publications/youthmanual.jsp",
	"Guide to Underwriting", "../publications/guidetounderwriting.jsp",
	"Starting an LPFM Station", "../projects/lpfm/manual.html"
);
	
var menuData3 = new Array(
	"Jazz.NEXT", "../projects/jazz_next.jsp",
	"New Technologies, New Music", "http://www.nfcb.org/ntnm_project.jsp",
	"Native Public Media", "../projects/npm.jsp",
	"Radio for People", "../projects/projects.jsp#radio",
	"Basic Radio Station Website Strategies", "../projects/projects.jsp#ima",
	"Low Power FM", "../projects/lpfm.jsp"
);

var menuData4 = new Array(
	"General Information", "../conference/communityradioconference.jsp",
	"Conference Schedule", "../conference/schedule.jsp",
    "Registration Rates and Deadlines", "../conference/communityradioconference.jsp#deadlines",
	"Exhibiting, Advertising, and Tote Stuffing", "../conference/exhibitors.jsp"
);

var menuData5 = new Array(
	"The Bader Award", "../awards/bader.jsp",
	"Volunteer of the Year", "../awards/volunteerOfTheYear.jsp",
	"Entry Forms", "../awards/forms.jsp"
);

var menuData6 = new Array(
	"History", "../about/history.jsp",
	"Staff", "../about/staff.jsp",
	"Board of Directors", "../about/boardofdirectors.jsp"
);

var menuData7 = new Array(
	"Benefits", "../membership/benefits.jsp",
	"Application", "../membership/application.jsp",
	"Online Directory", "../membership/memberdirectory.jsp"
);

