oCMenu.makeMenu('top0','','<center><b>Home</b></center>','index.htm','','154') 		//Home page link

oCMenu.makeMenu('top1','','<center><b>About Us </b></center>','','','154') 			//AboutUs page link
	oCMenu.makeMenu('sub10','top1','Overview','about_us.html','','154')
	oCMenu.makeMenu('sub11','top1','Mission','about_us.html\#mission','','154')
	oCMenu.makeMenu('sub12','top1','Vision','about_us.html\#vision','','154')
	oCMenu.makeMenu('sub13','top1','Business Alliance&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'
					+'&nbsp;&nbsp;&nbsp;>','business_all.html','','154')
		
		oCMenu.makeMenu('sub114','sub13','WWD','business_all.html\#wwd','','154')
		//oCMenu.makeMenu('sub116','sub13','Prumatech','business_all.html\#prumatech','','154')		
	//oCMenu.makeMenu('sub14','top1','Associates&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'
	//				+'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>','associates.html','','154')
	//	oCMenu.makeMenu('sub115','sub14','WWD','associates.html','','154')
	//oCMenu.makeMenu('sub15','top1','People','people.html','','154')
	
oCMenu.makeMenu('top2','','<center><b>Service Offerings</b></center>','','','154')		//service offerings page
oCMenu.makeMenu('sub21','top2','Accounting &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'
    +'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>','AccountingServices.htm','','165')
    oCMenu.makeMenu('sub211','sub21','Accounting','AccountingServices.htm','','154')
    oCMenu.makeMenu('sub212','sub21','PayrollServices','PayrollServices[1].html','','154')
    oCMenu.makeMenu('sub213','sub21','ManagementReports','Managementreports.html','','154')
		
	oCMenu.makeMenu('sub22','top2','Transcriptions &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'
					+'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>','transcription.html','','165')
		oCMenu.makeMenu('sub221','sub22','Medical','transcription.html','','154')
		oCMenu.makeMenu('sub222','sub22','General','transcription.html\#general','','154')
		//oCMenu.makeMenu('sub223','sub22','Brochure','Brochure-MT-BBT.pdf','','154')
	oCMenu.makeMenu('sub23','top2','Litigation Support','litigation_support.html','','165')
	oCMenu.makeMenu('sub24','top2','Data Processing Solutions >','data_solution.html','','165')
		oCMenu.makeMenu('sub241','sub24','Data Capture,processing & solutions','data_solution.html','','250')
		oCMenu.makeMenu('sub242','sub24','Image Processing','data_solution.html\#image','','250')
		oCMenu.makeMenu('sub243','sub24','Web Based Conversion Services ','data_solution.html\#web_services','','250')
	//	oCMenu.makeMenu('sub244','sub24','Brochure','Brochure-DS-BBT.pdf','','250')
	oCMenu.makeMenu('sub25','top2','Title Processing &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'
					+'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>','overview.html','','165')		
		oCMenu.makeMenu('sub301','sub25','Overview','overview.html','','154')
		oCMenu.makeMenu('sub312','sub25','What We Offer','wwoffer.html','','154')
		oCMenu.makeMenu('sub323','sub25','Process Flow','process.html','','154')
		oCMenu.makeMenu('sub334','sub25','Title Softwares','softwareww.html','','154')
		oCMenu.makeMenu('sub335','sub25','Benefits','benefits.html','','154')
		//oCMenu.makeMenu('sub336','sub25','Brochure','Brochure-Title-BBT.pdf','_blank','154')

oCMenu.makeMenu('sub26','top2','Software Development &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'
    +'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>','SoftwareDev.html','','165')

oCMenu.makeMenu('sub27','top2','Consulting Services &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'
    +'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>','Consultingser.html','','165')

oCMenu.makeMenu('top4','','<center><b>Data Security</b></center>','data_security.html','','154') 	//Data security page

oCMenu.makeMenu('top5','','<center><b>Contact Us</b></center>','contact_us.html','','154')          //Contact Us page

//Leave these two lines! Making the styles and then constructing the menu
oCMenu.makeStyle(); oCMenu.construct()
