
menuStructure.root = "http://www.scale-up.com/";

//menu list
//menuStructure.Add(Menu Path (= item id)          ,Titel       ,Url     [, Target]);

menuStructure.Add("homepage"                       ,"Home"     ,"index.html");

menuStructure.Add("products"                 ,"Products"         ,"dynochem.html");
menuStructure.Add("products/DynoChem","DynoChem"    ,"dynochem.html");

menuStructure.Add("services"                 ,"Services"         ,"services.html");
menuStructure.Add("services/support","Support"    ,"services.html");
menuStructure.Add("services/training","Training"    ,"services.html");
menuStructure.Add("services/meeting","Join Meeting"    ,"http://dcresources.scale-up.com/JoinMeeting.aspx", "_blank");
menuStructure.Add("services/consultants","Consultants"    ,"services.html");
menuStructure.Add("services/education","Education"    ,"services.html");

menuStructure.Add("aboutus"                 ,"About us"         ,"aboutus.html");
menuStructure.Add("aboutus/support","Company"    ,"aboutus.html");
menuStructure.Add("aboutus/careers","Careers"    ,"careers.html");
menuStructure.Add("aboutus/contact","Contact"    ,"contact.html");
menuStructure.Add("aboutus/blog","Blog"    ,"http://designspace-qbd.blogspot.com", "_blank");

menuStructure.Add("news"                 ,"News"         ,"press.html");
menuStructure.Add("news/press_releases","Press releases"    ,"press.html");
menuStructure.Add("news/careers","Events"    ,"register.html");

menuStructure.Add("usersarea"                 ,"DC Resources"         ,"http://dcresources.scale-up.com", "_blank");
menuStructure.Add("usersarea/login",     "Login"    ,"http://dcresources.scale-up.com/Entry.aspx", "_blank");
menuStructure.Add("usersarea/register","Register"    ,"http://dcresources.scale-up.com/Entry.aspx", "_blank");
menuStructure.Add("usersarea/events","Events"    ,"http://dcresources.scale-up.com/Events.aspx", "_blank");
menuStructure.Add("usersarea/library","Tools"    ,"http://dcresources.scale-up.com/OnlineLibrary/Navigator.aspx", "_blank");
menuStructure.Add("usersarea/knowledgebase","Knowledge Base"    ,"http://dcresources.scale-up.com/KnowledgeBase/Default.aspx", "_blank");
menuStructure.Add("usersarea/publications","Publications"    ,"http://dcresources.scale-up.com/Publications/Default.aspx", "_blank");

menuStructure.Add("contact"                 ,"Contact"         ,"contact.html");





