oCMenu.makeMenu('top0','','<center>Web Hosting</center>','web_hosting.html','','106')
	oCMenu.makeMenu('sub02','top0','Shared Hosting','shared_hosting.html','','150')
	oCMenu.makeMenu('sub03','top0','Premium Hosting','premium_hosting.html','','150')
	oCMenu.makeMenu('sub04','top0','Server Co-Location','server_co_location.html','','150')
		oCMenu.makeMenu('sub05','top0','Dedicated Servers','dedicated_servers.html','','150')

	
oCMenu.makeMenu('top1','','<center>Mailing</center>','mailing.html','','106')
	oCMenu.makeMenu('sub12','top1','Standard Mailing','standard_mailing.html','','150')
	oCMenu.makeMenu('sub13','top1','Premium Mailing','premium_mailing.html','','150')
	oCMenu.makeMenu('sub14','top1','Dedicated Mailing Server','dedicated_mailing_server.html','','150')
	
	
	oCMenu.makeMenu('top002','','<center>Corporate Solution</center>','Corporate_Solutions.html','','137')
	
	oCMenu.makeMenu('sub001','top002','Online Backup','Online_Backup.html','','137')
		oCMenu.makeMenu('subsub0011','sub001','Intoduction to Online Backup','IntroductionOnlineBackup.html','','200')
		oCMenu.makeMenu('subsub0022','sub001','How it works','howitworks.html','','200')
		oCMenu.makeMenu('subsub0033','sub001','Advantages','advantages.html','','200')
		oCMenu.makeMenu('subsub0044','sub001','Software','software.html','','200')
		oCMenu.makeMenu('subsub0055','sub001','Security & Data Center','SecurityDataCenter.html','','200')
		
	oCMenu.makeMenu('sub002','top002','VoIP Solutions','VoIP_Solutions.html','','137')
		oCMenu.makeMenu('subsub111','sub002','Introduction to VoIP','Introduction_VoIP.html','','200')
		oCMenu.makeMenu('subsub222','sub002','Savings Opportunity','Savings_Opportunity.html','','200')
		oCMenu.makeMenu('subsub333','sub002','Features of VoIP','Features_VoIP.html','','200')
		oCMenu.makeMenu('subsub444','sub002','Direct Inward Dialing','Direct_Inward_Dialing.html','','200')
		
	oCMenu.makeMenu('Sub003','top002','Managed Services','managed_services.html','','137')
		oCMenu.makeMenu('subsub001','Sub003','Managed Apps Server','managed_apps_server.html','','200')
		oCMenu.makeMenu('subsub002','Sub003','Managed Database Server','managed_database_server.html','','200')
		oCMenu.makeMenu('subsub003','Sub003','Remote Application Maintenance','remote_application_maintenance.html','','200')
		
oCMenu.makeMenu('top4','','<center>IT Services</center>','it_services.html','','107')
	oCMenu.makeMenu('sub40','top4','Web Design','web_design.html','','150')
		oCMenu.makeMenu('sub41','top4','Web Promotion','web_promotion.html','','150')
	oCMenu.makeMenu('sub42','top4','E-Comm Suite','e_commsuit.html','','150')


//Leave these two lines! Making the styles and then constructing the menu
oCMenu.makeStyle(); oCMenu.construct()