/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/

YOffset=50; // 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="black"; // set line color in menu
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana"; // header
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#339999";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana"; // link
linkFontSize="2";
linkBGColor="#336699";
linkOverBGColor="white";
linkTarget="_top";
linkAlign="Left";
barBGColor="#336699";       // pull out bar
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU SYSTEM"; // <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
// if target is "_new" it create a new window

ssmItems[0]=["Fit to Deliver"] //create header
ssmItems[1]=["Home", "index.htm", ""]
ssmItems[2]=["About Us", "about.htm",""]
ssmItems[3]=["Contact", "contact.htm", ""]
ssmItems[4]=["Feedback", "feedback.htm", ""]

ssmItems[5]=["Services"] //create header
ssmItems[6]=["Training", "training.htm", ""]
ssmItems[7]=["Assesment", "#", ""]
ssmItems[8]=["I.T/Web Design", "itwebdesign.htm", ""]
ssmItems[9]=["CRB Disclosure", "disclosure.htm", ""]

ssmItems[10]=["Information", "", ""] //create header
ssmItems[11]=["Courses", "courses.htm", ""]
ssmItems[12]=["FAQ", "faq.htm", "", 1, "no"] //create two column row
ssmItems[13]=["News", "news.htm", "",1]

// ssmItems[13]=["Market Segments", "", ""] //create header
// ssmItems[14]=["Business", "business.htm", ""]
// ssmItems[15]=["Government", "government.htm", ""]
// ssmItems[16]=["Schools", "schools.htm", ""]

buildMenu();
