	oCMenu.makeMenu('top0','','<center>Home</center>','index.asp','','43')
	

oCMenu.makeMenu('top1','','<center>About AllianceCorp</center>','about.asp','','130')



oCMenu.makeMenu('top3','','<center>Services</center>','','','65')

	oCMenu.makeMenu('sub10','top3','Business Services','#','','160')

		oCMenu.makeMenu('sub101','sub10','Enterprise Contract Management','entprise_contract.asp','','195')
		oCMenu.makeMenu('sub102','sub10','Business Process Improvement','bussiness_process.asp','','195')
		//oCMenu.makeMenu('sub103','sub10','Telecommunication Services','telecom.asp','','170')

	oCMenu.makeMenu('sub11','top3','Technical Services','#','','160')
	oCMenu.makeMenu('sub104','sub11','Information Technology','it.asp','','170')
		oCMenu.makeMenu('sub105','sub11','Telecommunication Services','telecom.asp','','170')
			oCMenu.makeMenu('sub106','sub11','Project Management','tech_project_mng.asp','','170')
				
	oCMenu.makeMenu('sub12','top3','Resource Management','#','','160')
		
		oCMenu.makeMenu('sub107','sub12','Staff Augmentation','staff_augmentation.asp','','170')
		oCMenu.makeMenu('sub108','sub12','Pre-Employment Screening','pre_emp.asp','','170')
			oCMenu.makeMenu('sub109','sub12','Alternate Dispute Resolution','adr.asp','','170')
		
		oCMenu.makeMenu('top4','','<center>Contract Vehicles</center>','contract.asp','','120')
		
oCMenu.makeMenu('top2','','<center>Strategic Alliance</center>','alliances.asp','','125')

oCMenu.makeMenu('top5','','<center>Contact Us</center>','contact.asp','','80')

	
			
//Leave these two lines! Making the styles and then constructing the menu
oCMenu.makeStyle(); oCMenu.construct()