<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=30; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=2 // 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="0000ff";
menuIsStatic="yes";
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="Verdana, Arial, Helvetica";
hdrFontSize="2";
hdrFontColor="ffff00";
hdrBGColor="ff0000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="40";
linkFontFamily="Verdana, Arial, Helvetica";
linkFontSize="3";
linkBGColor="ff8833";
linkOverBGColor="ffff00";
linkTarget="_top";
linkAlign="center";
barBGColor="222222";
barFontFamily="Verdana, Arial, Helvetica";
barFontSize="2";
barFontColor="ffffff";
barVAlign="center";
barWidth=25; // no quotes!!
barText='<img src="barmenu.jpg" border=0>' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header


addHdr('Sessions')
	addItem('Sommario','Nbk_zine.htm', "main");
	addItem('nbk*One','Nbk_zine.htm#one', "main");
	addItem('nbk*Two','Nbk_zine2.htm', "main");
	addItem('nbk*Three','Nbk_zine3.htm', "main");
	addItem("nbk*Four",'Nbk_zine4.htm', "main");
	addItem('nbk*Five','Nbk_zine5.htm', "main");
 addItem('nbk*Six','Nbk_zine6.htm', "main");
 addItem('nbk*Seven','Nbk_zine7.htm', "main");
 addItem('nbk*Nine','Nbk_zine9.htm', "main");
 addItem('nbk*Ten','Nbk_zine10.htm', "main");
  addItem('nbk*Eleven','Nbk_zine11.htm', "main");
 
 buildMenu();
