<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // 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="#ffcf31";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="ARIAL";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000080";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000080";
barFontFamily="ARIAL";
barFontSize="2";
barFontColor="WHITE";
barVAlign="center";
barWidth=20; // no quotes!!
barText=" EVENTS "; // <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]=["Surimi"] //create header
ssmItems[1]=["> Surimi laboratory", "4research_explabo1.asp", ""]
ssmItems[2]=["> Surimi School Europe", "2calendar_surimi1.asp",""]
ssmItems[3]=["> Surimi School Asia", "2calendar_surimi1.asp", ""]
ssmItems[4]=["> Surimi School USA", "2calendar_surimi1.asp", ""]
ssmItems[5]=["> Surimi School Website", "2calendar_surimi1.asp", ""]


ssmItems[6]=["Trade Show 2009", "", ""] //create header
ssmItems[7]=["> ESE Brussels", "2calendar_exhib1.asp", ""]
ssmItems[8]=["> FIE Frankfurt", "2calendar_exhib1.asp", ""]
buildMenu();

//-->