<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=171; // 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";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=180; // 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="HOME"; // <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]=["[Top Story]", "../regular_update/special_story/top_story.html", ""]
ssmItems[2]=["[Career Choices]", "../career_choices/career_choices_magazine.html", ""]
ssmItems[3]=["[Management Compass]", "../management_compass/managementcompass_magazine.html", ""]
ssmItems[4]=["[Skills Ahead]", "../skills_ahead/skills_ahead.html", ""]
ssmItems[5]=["[Campus Update]", "../regular_update/campus_update.html",""]
ssmItems[6]=["[Special Stories]", "../regular_update/special_story/special_story.html", ""]
ssmItems[7]=["[Industry News]", "../regular_update/industry_news.html", ""]
ssmItems[8]=["[Experts Speak]", "../experts_view/experts_view.html", ""]
ssmItems[9]=["[Word Quiz]", "../regular_update/word.html", ""]
ssmItems[10]=["[Current Affairs Quiz]", "../regular_update/current_affair_quiz.html", ""]
ssmItems[11]=["[Limca Records]", "../career_choices/limca_facts.html", ""]
ssmItems[12]=["[Mukul's Puzzle]", "../career_choices/mukul_puzzle.html", ""]
ssmItems[13]=["[Meha Mathur's Columns]", "../career_choices/meha_mathur.html", ""]
ssmItems[14]=["[Shardha Kaul's Columns]", "../career_choices/shardha_kaul.html", ""]
ssmItems[15]=["[Amitayu Sengupta's Column]", "../management_compass/punch_mark.html", ""]
ssmItems[16]=["[Site Map]", "../regular_update/site_map.html", ""]
ssmItems[17]=["[Home Page]", "../index.htm", ""]

buildMenu();

//-->