/* --- menu items --- */
var MENU_ITEMS = [
['Customer', null,
['Internal', 'index.jsp?mode=login&choice=1'],
['External','index.jsp?mode=login&choice=2'],
['STE Circ(KWU)','index.jsp?mode=login&choice=3'],
['STE Circ(LMW Design)','index.jsp?mode=login&choice=6'],
],

['Vendors', null,
['HEEP', 'index.jsp?mode=login&choice=4'],
['CFFP', 'index.jsp?mode=login&choice=5'],
['MEDICAL', 'index.jsp?mode=login&choice=10'],
],
['SubContractors', null,
['HEEP', 'index.jsp?mode=login&choice=11'],
['CFFP', 'index.jsp?mode=login&choice=12'],
],

['Transporters', 'index.jsp?mode=login&choice=7',],
['PCRI', 'http://www1.bhelhwr.co.in/pcri/',],
['Tenders', 'http://www.bhelhwr.co.in/tenders/onlinetenders/',],

['Empl. Corner', null,
['eMap', 'http://emap.bhel.in'],
['Check Mail', 'https://email.bhelhwr.co.in/owa/auth/logon.aspx'],
['Check Circulars', 'index.jsp?mode=login&choice=9'],
['PF Detail(Other Unit)', 'http://www.bhelhwr.co.in/pfother/ounit/paychkusr.jsp'],
],

['BHEL China', null,
['Authenticate Yourself', 'index.jsp?mode=login&choice=15']
],
];

