<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=250; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#000065";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=100; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#ffffff";
hdrBGColor="#336633";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="5";
linkFontFamily="verdana";
linkFontSize="2";
linkFontColor="#ffffff";
linkBGColor="#ffffff";
linkOverBGColor="#6699ff";
linkTarget="_top";
linkAlign="center";
barBGColor="#336633";
barFontFamily="verdana";
barFontSize="2";
barFontColor="#ffffff";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["MENU"] //create header
ssmItems[1]=["Home", "http://www.tasksavers.com/html/tasksavers_web_design_home.html", ""]
ssmItems[2]=["Services", "http://www.tasksavers.com/html/tasksavers_web_designers_services.html", ""]
ssmItems[3]=["Clients", "http://www.tasksavers.com/html/tasksavers_website_clients.html", ""]


buildMenu();

//-->