

var hBar = new ItemStyle(4, 0, '', 10, 0, '#3874AA', '#6699CC', 'highText', 'highText', '', '',

null, null, 'hand', 'default');


var hBarNoLink = new ItemStyle(4, 0, '', 10, 0, '#3874AA', '#3874AA', 'highText', 'highText', '', '',

null, null, 'hand', 'default');


// The 'sub Menu' items: these have popout indicators of "Greater Than" signs ">" 15px from their

// right edge, and CSS borders. Text class also changes on mouseover.

var subM = new ItemStyle(22, 0, '&gt;', -15, 3, '#FFFFFF', '#E1EAF2', 'lowText', 'lowText',

 'itemBorder', 'itemBorder', 92, null, 'hand', 'default');



// Create a PopupMenu() object, and pass its own name so it can reference itself later on.

// We also use a 'with' block to work with its properties and functions below.



var pMenu = new PopupMenu('pMenu');

with (pMenu)

{


startMenu('root', false, 'window.page.winW()/2 - menuW/2', 105, 19, hBar, '', false);


with(addItem('&nbsp;About WHS', 'mAbout', 'sm:', null, 95)) onclick='window.location.href="/About/"';

with(addItem('&nbsp;News/Events', 'mNewsEvents', 'sm:', null, 110)) onclick='window.location.href="/NewsEvents/"';

addItem('&nbsp; NSPS', 'http://www.whs.mil/hrd/nsps/', '', null, 50);

addItem('&nbsp; BRAC', 'http://www.whs.mil/DFD/BRAC/index.cfm', '', null, 55);

addItem('&nbsp; EEOP', 'http://www.whs.mil/P-E/EEO/EEO.cfm', '', null, 60);

addItem('&nbsp; Emergency Info', '/Emergency/index.cfm', '', null, 130);

addItem('&nbsp; Pentagon Library', 'window.open("http://www.whs.mil/library/")', 'js:', null, 140);

addItem('&nbsp; Contact', '/contact.cfm', '', null, 70);

addItem('&nbsp; Site Map', '/sitemap.cfm', '', null, 75);










startMenu('mAbout', true, 0, 22, 100, subM, '', false);

addItem('WHS History', '/About/WHSHistory.cfm', '');

addItem('Organization', '/About/organization.cfm', '');

addItem('Strategic Plan', '/About/StrategicPlan2004-2006.cfm', '');

addItem('Directorates', '/About/direct-off.cfm', '');

addItem('WHS Services', '/About/WHSServices.cfm', '');

addItem('Links', '/About/Links.cfm', '');



startMenu('mNewsEvents', true, 0, 22, 140, subM, '', false);

addItem('WHS Publications', '/NewsEvents/WHSPublications.cfm', '');

addItem('The Pentagon Channel', 'window.open("http://www.pentagonchannel.mil/")', 'js:');

with(addItem('DoD News', 'mDoDNews', 'sm:')) onclick='window.location.href="/NewsEvents/DODNews/"';

with(addItem('Popular Topics', 'mPopularTopics', 'sm:')) onclick='window.location.href="/NewsEvents/PopularTopics/"';

addItem('WHS Events', 'http://www.whs.mil/WHSEvents/index.cfm', '');

addItem('Pentagon Memorial', '/Memorial/index.cfm', '');



startMenu('mNSPS', true, 0, 22, 175, subM, '', false);

addItem('General Information', 'window.open("http://www.whs.mil/HRD/NSPS/GeneralInformation.cfm")', 'js:');

addItem('Training', 'window.open("http://www.whs.mil/HRD/NSPS/NSPSTraining.cfm")', 'js:');

addItem('Performance Management', 'window.open("http://www.whs.mil/HRD/NSPS/PerformanceManagement.cfm")', 'js:');

addItem('Awareness/Education Materials', 'window.open("http://www.whs.mil/HRD/NSPS/AwarenessEducationMaterial.cfm")', 'js:');




startMenu('mDoDNews', true, 135, 0, 120, subM, '', false);

addItem('Building Circulars', 'window.open("http://www.whs.mil/DFD/Info/Disclaimer.cfm")', 'js:');

addItem('DefenseLINK', 'window.open("http://www.defense.gov/")', 'js:');

addItem('NSPS', 'window.open("http://www.cpms.osd.mil/nsps/index.html")', 'js:');

addItem('BRAC', 'window.open("http://www.brac.gov")', 'js:');



startMenu('mPopularTopics', true, 135, 0, 220, subM, '', false);

addItem('Support Our Troups', 'window.open("http://www.ourmilitary.mil/index.aspx")', 'js:');

addItem('Employment Opportunities', 'window.open("http://www.usajobs.com/")', 'js:');

addItem('Freedom of Information Act Programs', 'window.open("http://www.defenselink.mil/pubs/foi/")', 'js:');
























}

