// MASTHEAD MENUS CONTENT VARIABLES - v.1.1
// COPYRIGHT SUN MICROSYSTEMS INC.
// QUESTIONS? webdesign -at- sun.com

// SUN.COM link set v2.2

// translation for See All link at the end of each menu
seeall = "See All";

// set this to the location of your local css & im directories
cssdir = "/css";
imdir = "/im";

// sub menu width
mwidth = 92;

// array for all masthead menus
var navmenu = new Array();

// menus are organized using a two number decimel delineated system (1.2)
// the first number indicates which main topic link the menu belongs to.
// the second number indicates the order the sub topic link appears in the menu.

// the values for each item are then organized by a | delineated system (Link Name|URL)
// item X.0 MUST alway be the exact name of the main topic link as hardcoded in
// the masthead and must include a link that is the also the same.

// if the first main topic link was Products and it's URL was /products/ then then you
// would start the products menu with... 
//
// navmenu['1.0'] = 'Products|/products/';

// if the main topic link is not a link to another page, but simply the title of your
// menu (i.e. Select A Topic) then you would set the [X.0] item to "|". this way the
// See All Item is not created at the bottom of the menu. like...
//
// navmenu['1.0'] = '|';

navmenu['1.0'] = '|../newWeb/about.shtml';
navmenu['1.1'] = 'Focus & Mission|../newWeb/mission.shtml';
navmenu['1.2'] = 'Team Bios|../newWeb/bios.shtml';
navmenu['1.3'] = 'Board of Advisors|../newWeb/advisors.shtml';
navmenu['1.4'] = 'Contact Us|../newWeb/contactUs.shtml';


navmenu['2.0'] = '|../newWeb/events.shtml';
navmenu['2.1'] = 'Upcoming Events|../newWeb/upcoming.shtml';
navmenu['2.2'] = 'Speaking Opportunities|../newWeb/speaking.shtml';
navmenu['2.3'] = 'Recent Events|../newWeb/recentEvents.shtml';

navmenu['3.0'] = '|../newWeb/volunteers.shtml';
navmenu['3.1'] = 'Why Volunteer|../newWeb/volunteers.shtml';
navmenu['3.2'] = 'Current Openings|../newWeb/volOpening.shtml';


navmenu['4.0'] = '|../newWeb/careers.shtml';
navmenu['4.1'] = 'Current Openings|../newWeb/careersOpening.shtml';


navmenu['5.0'] = '|../newWeb/pressReleases.shtml';
navmenu['5.1'] = 'Press Releases|../newWeb/pressReleases.shtml';
navmenu['5.2'] = 'Articles|../newWeb/articles.shtml';

