<!--
<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=350; // no quotes!!
staticYOffset=10; // no quotes!!
XOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#000000";
menuIsStatic="yes";
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#CCCCCC";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Arial";
linkFontSize="3";
linkBGColor="black";
linkOverBGColor="#666666";
linkTarget="_top";
linkAlign="left";
barBGColor="black";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=18; // no quotes!!
barText='<img src="sidenav1.gif" border=0>' // <IMG> tag supported, Ex: '<img src="x.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addItem("Main", "index.htm","");
addItem("Euphony", "gaamain.htm","");
addItem("Autonomous", "auto.htm","");
addItem("Biography", "bio.htm","");
addItem("Projects", "projects.htm","");
addItem("Contact", "contact.htm","");
addItem("Media", "media.htm","");

buildMenu();

//-->



//-->
