var LogoImage = "Logo.png";
var HomeDir = "./"
var Menu =
    [
	{label: "Services", url: "Services.html", help: "Services"},
	{label: "People", url: "People.html", help: "About the Kojents Team"},
	{label: "Projects", url: "Projects.html", help: "Project Experience"},
	{label: "Contact", url: "Contact.html", help: "How to contact Kojents"}
    ];

