<!--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", "home.htm", "");
addItem("Profile", "profile.htm", "");
addItem("Php Solutions", "php-web-solutions.htm", "");
addItem("Php Services", "php-web-services.htm", "");
addItem("Clientele", "php-clientele.htm", "");
addItem("WebMarketing", "php-web-marketing.htm", "");
addItem("WebHosting", "php-web-hosting.htm", "");

addItem("Php Portfolio", "php-web-portfolio.htm", "");
addItem("Contact", "contact.htm", "");


endMenu()



//-->