<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=90; // no quotes!!
XOffset=0;
staticYOffset=30; // 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="D9DAFF";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=375; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="Arial";
hdrFontSize="2";
hdrFontColor="000080";
hdrBGColor="#849FFF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#BFC1FF";
barFontFamily="Arial";
barFontSize="1";
barFontColor="000080";
barVAlign="center";
barWidth=20; // no quotes!!
barText="FAST TRACK EMS"; // <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]=["Our Fast-Track service is a reliable fixed-cost way to meet your project needs.  It includes the following services..."] //create header

ssmItems[1]=["1) We'll meet your team leader to assess key objectives.", ""," "]
ssmItems[2]=["2) We plan an appropriate program using our EMS tools.", ""," "]
ssmItems[3]=["3) We provide a run-through with an electronic agenda.", ""," "]
ssmItems[4]=["4) We supply and setup a network with all workstations.", ""," "]
ssmItems[5]=["5) We facilitate your meeting according to your needs.", ""," "]

buildMenu();

//-->