 // MEDICAL LINKS *********************************************************
 
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',
'Contact Us', 'http://books.mcgraw-hill.com/medical/editcont.html',
'Corporate Sales', '/medical/corpsales.html',
'Customer Service', '/custservice.html',
'eBookstore','http://shop.mcgraw-hill.com/cgi-bin/pbg/indexebooks.html',
'Faculty Support','/medical/faculty.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',
'Store Locator', '/medical/bkstores.html',
'Technical Support','/techsupport/techsupport-home.html'
 );


