<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=175; // 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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=260; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000066";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#E0EBF5";
linkTarget="_top";
linkAlign="Left";
barBGColor="red";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=60; // no quotes!!
barText="SKILLS AHEAD"; // <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]=["[Agenda]", "agenda.html", ""]
ssmItems[2]=["[Partners In Progress]", "partners_in_progress.html", ""]
ssmItems[3]=["[Employment Generation]", "employment_generation.html", ""]
ssmItems[4]=["[In Focus]", "in_focus_1.html", ""]
ssmItems[5]=["[Lead Story]", "lead_story.html", ""]
ssmItems[6]=["[Point-counterpoint]", "point_counterpoint.html",""]
ssmItems[7]=["[Event]", "event.html", ""]
ssmItems[8]=["[Soft Corner]", "soft_skills.html", ""]
ssmItems[9]=["[Lead Story]", "lead_story.html", ""]
ssmItems[10]=["[In Your Face]", "in_your_face.html", ""]
ssmItems[11]=["[Tech Talk]", "tech_talk.html", ""]
ssmItems[12]=["[What's New]", "whats_new.html", ""]
ssmItems[13]=["[Go Back to Skills Ahead Magazine]", "skills_ahead.html", ""]
ssmItems[14]=["[Go to Career Choices Magazine]", "../career_choices/career_choices_magazine.html", ""]
ssmItems[15]=["[Go to Management Compass Magazine]", "../management_compass/managementcompass_magazine.html", ""]
ssmItems[16]=["[Go to Home Page]", "../index.htm", ""]
buildMenu();

//-->
