<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=200; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=400; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#F2F8FF";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#000000";
hdrBGColor="#E2E2D3";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#E2E2D3";
linkOverBGColor="#FFFF80";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=20; // no quotes!!
barText="> 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]=["Matlab"] //create header 
ssmItems[1]=["* Getting Started", "http://edu.levitas.net/Tutorials/Matlab/index.html", ""]
ssmItems[2]=["* Plotting", "http://edu.levitas.net/Tutorials/Matlab/plotting.html",""]
ssmItems[3]=["* Number formatting", "http://edu.levitas.net/Tutorials/Matlab/index.html#format",""]
ssmItems[4]=["* File Management", "http://edu.levitas.net/Tutorials/Matlab/filemgmt.html",""] 
ssmItems[5]=["* Symbolic calc","http://edu.levitas.net/Tutorials/Matlab/symbolic.html",""]

ssmItems[6]=["* Laplace transform", "http://edu.levitas.net/Tutorials/Matlab/controlsys.html", ""]
ssmItems[7]=["* State space", "http://edu.levitas.net/Tutorials/Matlab/controlsys.html#ss", ""]
ssmItems[8]=["* Transfer function", "http://edu.levitas.net/Tutorials/Matlab/controlsys.html#ss2tf",""]
ssmItems[9]=["* LTI & Root Locus", "http://edu.levitas.net/Tutorials/Matlab/gui.html",""]
ssmItems[10]=["* Bode and Nyquist", "http://edu.levitas.net/Tutorials/Matlab/bode.html",""]
ssmItems[11]=["* Side Notes", "http://edu.levitas.net/Tutorials/Matlab/sidenotes/index.htm",""]
ssmItems[12]=["Simulink"]
ssmItems[13]=["* Simulink Basics", "http://edu.levitas.net/Tutorials/Matlab/Simulink/index.html",""]
ssmItems[14]=["* Examples", "http://edu.levitas.net/Tutorials/Matlab/Simulink/examples.html",""]


ssmItems[15]=["Other Tutorials"]
ssmItems[16]=["> Ansys ", "https://edu.levitas.net/Tutorials/FEM/Ansys/",""]
ssmItems[17]=["> Pro/Mechanica ", "http://edu.levitas.net/Tutorials/FEM/ProM",""]
ssmItems[18]=["More..."]
ssmItems[19]=["> About this site", "http://edu.levitas.net/Tutorials/Matlab/about.html",""]
ssmItems[20]=["> Other sites", "http://www.duke.edu/~hpgavin/matlab.html",""]


buildMenu();

//-->
