

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/

YOffset=200; // no quotes!!
staticYOffset=70; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=140; // Must be a multiple of 10! no quotes!!
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#0099FF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="";
linkAlign="left";
barBGColor="#FF6666";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!

startMenu("Menu", "SIDE MENU")
addItem("TheWebsEye HOME", "index.html", "");
addItem("Design Basics", "design.htm", "");
addItem("Interactive design", "interactive.htm", "");
addItem("TheWebsEye Newsletter", "newspopup.htm", "_new");
addItem("Design for visibility", "promotion.htm", "");
addItem("Affiliate Program Software", "affiliate.htm", "");
addItem("Hosting", "hosting.htm", "");
addHdr('External Links');
addItem("Design Links", "design-links.htm", "");
addItem("Hosting Links", "hosting-providers.htm", "");
endMenu()


