<!--

/*
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]=["[Bookshelf]", "book.html", ""]
ssmItems[3]=["[Column- S. R. Majumdar]", "column_SR_majumdar.html", ""]
ssmItems[4]=["[Column- R. K. Handu]", "column_RK_handu.html", ""]
ssmItems[5]=["[Column- LSN]", "column_LSN.html", ""]
ssmItems[6]=["[Industy_focus 1]", "industy_focus_1.html", ""]
ssmItems[7]=["[industy_focus 2]", "industy_focus_2.html", ""]
ssmItems[8]=["[Lead Story]", "lead_1.html", ""]
ssmItems[9]=["[Corporate Perspective]", "perspective.html",""]
ssmItems[10]=["[Point Counterpoint]", "point_counterpoint.html", ""]
ssmItems[11]=["[Role Model]", "role_model.html", ""]
ssmItems[12]=["[Soft Corner]", "soft_skills.html", ""]
ssmItems[13]=["[Special Story]", "special_story.html", ""]
ssmItems[14]=["[Special Story]", "special_story.html", ""]
ssmItems[15]=["[What's New]", "whats_new.html", ""]
ssmItems[16]=["[Go Back to Skills Ahead Magazine]", "skills_ahead.html", ""]
ssmItems[17]=["[Go to Career Choices Magazine]", "../career_choices/career_choices_magazine.html", ""]
ssmItems[18]=["[Go to Management Compass Magazine]", "../management_compass/managementcompass_magazine.html", ""]
ssmItems[19]=["[Go to Home Page]", "../index.htm", ""]
buildMenu();

//-->