oCMenu.makeMenu('top1','','<center>SEARCH ></center>','','','68')
	

	oCMenu.makeMenu('sub01','top1','By Generic Name','genericlist.php','','120')
	
	
	oCMenu.makeMenu('sub02','top1','By Category','categorylist.php','','120')
	

	oCMenu.makeMenu('sub03','top1','By Manufacturer','mfgrlist.php','','120')
	
	




//Leave these two lines! Making the styles and then constructing the menu
oCMenu.makeStyle(); oCMenu.construct()
