    AddMenu("1"   ,  "1"   ,  "Company"       ,  ""  ,  ""  , "company.html", "");
      AddMenu("11"  ,  "1"   ,  "About"         ,  ""  ,  ""  , "company_about.html", "");   
      AddMenu("12"  ,  "1"   ,  "Profiles"      ,  ""  ,  ""  , "company_profiles.html", "");
      	AddMenu("122"  ,  "12"   ,  "Todd Neuman"    ,  ""  ,  ""  , "profiles_tneuman.html", "");
		AddMenu("124"  ,  "12"   ,  "Richard Speiss" ,  ""  ,  ""  , "profiles_rspeiss.html", "");
	  
    AddMenu("2"   ,  "2"   ,  "Products"      ,  ""  ,  ""  , "products.html", "");    
      AddMenu("21" ,  "2"  ,  "About"         ,  ""  ,  ""  , "mims_about.html", "");  
      AddMenu("22" ,  "2"  ,  "Features"      ,  ""  ,  ""  , "mims_features.html", "");  
      AddMenu("23" ,  "2"  ,  "Technology"      ,  ""  ,  ""  , "mims_technology.html", "");  
      AddMenu("24" ,  "2"  ,  "Highlights"      ,  ""  ,  ""  , "mims_highlights.html", "");
      AddMenu("25" ,  "2"  ,  "References"      ,  ""  ,  ""  , "mims_references.html", "");
		
	AddMenu("3"   ,  "3"   ,  "Education"      ,  ""  ,  ""  , "education.html", "");
	  AddMenu("31"   ,  "3"   ,  "Training"      ,  ""  ,  ""  , "education_details.html", "");
	
	AddMenu("4"   ,  "4"   ,  "Support"      ,  ""  ,  ""  , "support.html", "");    

	AddMenu("5"   ,  "5"   ,  "Contact Us"    ,  ""  ,  ""  , "contact.html", "");
	
    Build();