<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=68; // no quotes!!
XOffset=0;
staticYOffset=0; // 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"; //this sets whether menu should stay static on the screen
menuWidth=280; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="0";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FF7300";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
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]=["CONFERENCE AND EVENT DESIGN", "conference.html", "_self"] //create header
ssmItems[1]=["PRESENTER COACHING", "presenting.html", "_self"]
ssmItems[2]=["PERFORMANCE DIALOGUE", "pd.html","_self"]
ssmItems[3]=["CONFERENCE GAME", "game.html", "_self"]
ssmItems[4]=["CLIENTS", "clients.html", "_self"]
ssmItems[5]=["CLIENT RESPONSE", "clientresponse.html", "_self"]
ssmItems[6]=["THE METHOD", "themethod.html", "_self"]
ssmItems[7]=["ABOUT ROSS", "aboutross.html", "_self"]
ssmItems[8]=["CONTACT ROSS", "contact.html", "_self"]
ssmItems[9]=["BACK TO THE HOMEPAGE", "main.html", "_self"]


buildMenu();

//-->