<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="blacK";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=190; // Must be a multiple of 10! no quotes!!
menuCols=3;
hdrFontFamily="Georgia";
hdrFontSize="2";
hdrFontColor="#000066";
hdrBGColor="#837698";
hdrAlign="center";
hdrVAlign="centre";
hdrHeight="15";
linkFontFamily="Georgia";
linkFontSize="2";
linkBGColor="#8A8AB0";
linkOverBGColor="#4574A3";
linkTarget="_top";
linkAlign="center";
barBGColor="#837698";
barFontFamily="verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU";

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Menu lygeros.org"]
ssmItems[1]=["OPUS", "index.php",""]
ssmItems[2]=["Books & CD", "Books.php",""]
ssmItems[3]=["Interviews", "Interviews.php"]
ssmItems[4]=["Publications", "Publications.php","",1,"no"]
ssmItems[5]=["IQ Test","iqtests.php","",1,"no"]
ssmItems[6]=["Talks", "talks.php","",1]
ssmItems[7]=["webmaster@lygeros.org", "mailto:webmaster@lygeros.org",""]
ssmItems[8]=["Back", "javascript:history.back(1)",""]




buildMenu();

//-->