<!--

/*
Shailesh Kumar
*/
YOffset=150; 
XOffset=0;
staticYOffset=30; 
slideSpeed=20; 
waitTime=100; 
menuBGColor="black";
menuIsStatic="yes"; 
menuWidth=210; 
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#004080";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#D2D3D4";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#D70000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; 
barText="COURSES"; // <IMG> tag 

// ssmItems[...]
ssmItems[0]=["GRADUATE PROGRAMS"]//create header

ssmItems[1]=["BBA", "course_management.htm", ""] 
ssmItems[2]=["BCA", "course_it.htm", ""]
ssmItems[3]=["B.Lib.", "course_library_science.htm",""]
ssmItems[4]=["LLB(3 Years)", "course_law.htm", ""]
ssmItems[5]=["LLB(5 Years)", "course_law.htm", ""]
ssmItems[6]=["B.Ed.", "course_education.htm", ""]
ssmItems[7]=["B.Sc.(Biotechnology)", "course_biotechnology.htm", ""]
ssmItems[8]=["POST GRADUATE PROGRAMS"]
ssmItems[9]=["MBE", "course_management.htm", ""]
ssmItems[10]=["MCS", "course_it.htm ", ""]
ssmItems[11]=["MIS", "course_it.htm ", ""]
ssmItems[12]=["M.Sc.(Biotechnology)", "course_biotechnology.htm", ""]

ssmItems[13]=[" "]

buildMenu();

//-->