<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=1050; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=60 // no quotes!!
waitTime=400; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#cc6699";

menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!

menuCols=3;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#990033";

hdrAlign="left";
hdrVAlign="center";
hdrHeight="32";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#990033";
linkOverBGColor="#ffcc66";

linkTarget="_top";
linkAlign="left";
linkVAlign="top";
barBGColor="#990033";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!

barText="SIDE 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]=["Menu"] //create header
ssmItems[0]=["<font color='white'>Lab Facilites</font>", "#1", ""]
ssmItems[1]=["<font color='white'>Faculty Details", "#2",""]
ssmItems[2]=["<font color='white'>Symposia / GuestLecture", "#3", ""]
ssmItems[3]=["<font color='white'>Curriculum", "#4", ""]
ssmItems[4]=["<font color='white'>Model Question Paper", "#5", ""]
ssmItems[5]=["<font color='white'>Class Time Table ", "#6", ""]
ssmItems[6]=["<font color='white'>Assessment Schedule  ", "#7", ""]
ssmItems[7]=["<font color='white'>Class-in-charge  ", "#8", ""]

ssmItems[8]=["<font color='white'>Achievements ", "#9", ""]
ssmItems[9]=["<font color='white'>Indst. Inst. Interaction  ", "#10", ""]
ssmItems[10]=["<font color='white'>Publications ", "#11", ""]
ssmItems[11]=["<font color='white'>Useful Websites  ", "#12", ""]
ssmItems[12]=["<font color='white'>Photographs ", "#13", ""]
ssmItems[13]=["<font color='white'>Assessment Results ", "#14", ""]
ssmItems[14]=["<font color='white'>University Results ", "#15", ""]
ssmItems[15]=["<font color='white'>Attendance ", "#16", ""]

buildMenu();

//-->