<!--YOffset=20; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="red";
menuIsStatic="yes";
menuWidth=80; // Must be a multiple of 10! no quotes!!
hdrFontFamily="verdana";
hdrFontSize="0";
hdrFontColor="white";
hdrBGColor="white";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="0";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFFCC";
linkTarget="_top";
linkAlign="Center";
barBGColor="red";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!

startMenu("Menu", "MENU")
addItem("Home", "index.html", "");
addItem("Profile", "profile.html", "");
addItem("Solutions", "solutions.html", "");
addItem("Services", "services.html", "");
addItem("Clientele", "clientele.html", "");
addItem("Marketing", "internetmarketing.html", "");
addItem("Social Media", "social-media-marketing.html", "");
addItem("Hosting", "hosting.html", "");
addItem("Vision", "vision.html", "");
addItem("Time", "time.html", "");
addItem("Portfolio", "portfolio.html", "");
addItem("Innkeepers", "lodging.html", "");
addItem("People", "people.html", "");
addItem("Partners", "partners.html", "");
addItem("Contact", "contact.html", "");


endMenu()



//-->
