<!--
  <!--
		
  /*
  Configure menu styles below
  NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
  */

  YOffset=52;			 // no quotes!!
  staticYOffset=3;		 // no quotes!!
  XOffset=12;			 // no quotes!!
  slideSpeed=35			 // no quotes!!
  waitTime=500;			 // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
  menuBGColor="black";
  menuIsStatic="yes";
  menuWidth=90;		 // Must be a multiple of 10! no quotes!!
  menuCols=1;
  hdrFontFamily="rockwell";
  hdrFontSize="2";
  hdrFontColor="white";
  hdrBGColor="333366";           //dark blue color
  hdrAlign="center";
  hdrVAlign="center";
  hdrHeight="20";  
  linkFontFamily="arial";
  linkFontSize="1";
  linkBGColor="white";
  linkOverBGColor="pink";
  linkTarget="_top";
  linkAlign="center";
  barBGColor="#000066";         //
  barFontFamily="arial";
  barFontSize="2";
  barFontColor="white";
  barVAlign="center";
  barWidth=20;			 // no quotes!!
  barText='Main Menu    '		 // <IMG> tag supported, Ex: '<img src="welcome.jpg" border=0>'

  // ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header

addHdr("Home");
addItem("Welcome","index.html","_top","1");  
addItem("About Me","Suresh_Subasinghe_Software_Engineer.pdf","_top","1");
addItem("Electronics","electronics.html","_top","1");
addItem("FreeBSD","freebsd.html","_top","1");
addItem("Emacs","emacs.html","_top","1");
addHdr("Resume");
addItem("View My Resume ","http://www.duke.edu/~subas02c/resume.pdf","_top", "1");  
addItem("My Projects","projects.html","_top", "1");  
addHdr("University of Utah");
addItem("University of Utah","uofu.html","_top","1");
addItem("ASUU","http://www.asuu.utah.edu","_top","1");
addItem("U-Life","http://www.u-life.net","_top","1");
addItem("CS Program","cs.html","_top","1");
addItem("CE & ECE program","ece.html","_top","1");
buildMenu();

  //-->
//-->

