<!--

/*
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]=["[Campus Update]", "../campus_update.html",""]
ssmItems[5]=["[Special Stories]", "special_story.html", ""]
ssmItems[6]=["[Industry News]", "../industry_news.html", ""]
ssmItems[7]=["[Experts Speak]", "../../experts_view/experts_view.html", ""]
ssmItems[8]=["[Word Quiz]", "../../regular_update/word.html", ""]
ssmItems[9]=["[Current Affairs Quiz]", "../current_affair_quiz.html", ""]
ssmItems[10]=["[Limca Records]", "../../career_choices/limca_facts.html", ""]
ssmItems[11]=["[Puzzle]", "../../career_choices/mukul_puzzle.html", ""]
ssmItems[12]=["[Abhimanyu Singh's Columns]", "../../management_compass/column_food_for_soul.html", ""]
ssmItems[13]=["[Shradha Kaul's Columns]", "../../career_choices/shardha_kaul.html", ""]
ssmItems[14]=["[Amitayu Sengupta's Column]", "../../management_compass/punch_mark.html", ""]
ssmItems[15]=["[Archives in e-version]", "../../archives/e_magazine/e_magazine.html", ""]
ssmItems[16]=["[Site Map]", "../site_map.html", ""]
ssmItems[17]=["[Home Page]", "../../index.htm", ""]

buildMenu();

//-->