<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // 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="black";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="0";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#99D34C";
linkTarget="_top";
linkAlign="Left";
barBGColor="white";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="black";
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]=["Home", "index.html", "_self"] //create header
ssmItems[1]=["1-1 Executive Coaching", "coaching.html", "_self"]
ssmItems[2]=["Team Development", "teamdev.html","_self"]
ssmItems[3]=["Senior Executive Communication", "seniorexec.html", "_self"]
ssmItems[4]=["Archetypes", "archetypes.html", "_self"]
ssmItems[5]=["Downloads", "downloads.html", "_self"]
ssmItems[6]=["What's New?", "whatsnew.html", "_self"]
ssmItems[7]=["About Denise", "about.html", "_self"]
ssmItems[8]=["Contact Denise", "contactme.html", "_self"]
ssmItems[9]=["Links and Partners", "links.html", "_self"]


buildMenu();

//-->