/*
  --- menu items --- 
*/
var MENU_ITEMS = [
	
	['Date Book', 'HCDdatebook.html'],
	
	['Editorial Calendar', 'HCDcalendar.html'],
	
	['Product Showcase', 'HCDproducts.html'],
	
	['Ads On The Web', null, null,
		['Classifieds', 'HCDclass.html'	],
		['Product Showcase', 'HCDproduct.html']
	],
	
	['Advertise with Us', null, null,
	    ['Ads On The Web', 'HCDadinfo.html'],
		
		['Ads In The Magazine', null, null,
		      ['Market Coverage', 'HCDads.html'],
			  ['Display Advertising', 'HCDads1.html'],
			  ['Classified Ads', 'HCDads3.html']
		],
		
	],
	['Subscription', null, null,
		['Subscribe', 'HCDsubscribe.html'],
		['Change of Address', 'HCDaddressChange.html']
	], 
	
	['Helpful Links', 'HCDlinks.html'],
	
	['Contact Us', null, null,
	    ['Contacts', 'HCDcontacts.html'],
		['Letter To The Editor', 'HCDletter.html'],
		['Contribute Material', 'HCDcontribute.html']
	],
];

