 // HOME LINKS MENU *********************************************************
 
ajmenu1 = new mainMenu('vertical', 0, 'transparent', '#000066', 'navy', 'white', '');
 ajmenu1.menuborder = '';
 ajmenu1.itemborder = '';
 ajmenu1.pad_1 = 0;
 ajmenu1.pad_2 = 0;
 ajmenu1.divider = '|';
 ajmenu1.addItems(
'About Us', '/aboutmcgraw.html',
'Betabooks','/betabooks/',
'Contact Us', '/contact.html',
'Corp. / Gov\'t. Resources', '/crc/crc-home.html',
'Customer Service', '/custservice.html',
'eBookstore','http://books.mcgraw-hill.com/cgi-bin/pbg/indexebooks.html',
'For Authors', '/author-guide/',
'Help', '/help/',
'Intl Offices', 'http://www.mheducation.com/intloffices.html',
// 'Inventory Clearance','/cgi-bin/pbg/clearance-home.html',
'Library Services', 'http://books.mcgraw-hill.com/cgi-bin/pbg/advantage/library.html',
'Privacy Notice', '/privacy.html',
'Site Map', '/sitemap.html',
'Technical Support','/techsupport/techsupport-home.html'
);


