/**********************************************/
//Menu Specification
//
//Useage:
//  	AddMenu("101" , "100" , "Text", "Button Graphic"  ,  "Roll Over Graphic"  , "URL", "target");
/**********************************************/
	AddMenu("100" , "100" , "Home", ""  ,  ""  , "index.php", "");

	
	AddMenu("200" , "200" , "EPOS Software", ""  , "",  "Software.php", "");
 AddMenu("202" , "200" , "Stock Control",  ""  ,  ""  , "Stock.php", "");
	AddMenu("203" , "200" , "News Delivery",  ""  ,  ""  , "News.php", "");
	AddMenu("204" , "200" , "Account Customers",  ""  ,  ""  , "Customers.php", "");
 AddMenu("206" , "200" , "Support",  ""  ,  ""  , "Support.php", "");
	
	AddMenu("300" , "300" , "Hardware", ""  ,  ""  , "Hardware.php", "");
	AddMenu("301" , "300" , "Integrated Units", ""  ,  ""  , "Integrated.php", "");
	AddMenu("302" , "300" , "Modular",  ""  ,  ""  , "Modular.php", "");
	AddMenu("303" , "300" , "Back Office",  ""  ,  ""  , "BackOffice.php", "");
//	AddMenu("303" , "300" , "Peripherals",  ""  ,  ""  , "/Peripherals.php", "");
	AddMenu("304" , "300" , "Support",  ""  ,  ""  , "Support.php", "");

//	AddMenu("400" , "400" , "Testimonials", ""  ,  ""  , "/Testimonials.php", "");

	AddMenu("500" , "500" , "Contact Us",  ""  ,  ""  , "ContactUs.php", "");

Build();
