<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=10; // no quotes!!
XOffset=0;
staticYOffset=5; // 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="#2b1f69";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=110; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="4";
hdrFontColor="#C3C300";
hdrBGColor="#2b1f69";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="5";
linkFontFamily="verdana";
linkFontSize="2";
linkBGColor="#2b1f69";
linkOverBGColor="#2b1f69";
linkTarget="_top";
linkAlign="center";
barBGColor="#2b1f69";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="yellow";
barVAlign="center";
barWidth=20; // no quotes!!
barText="<IMG SRC=barimg.gif>"; // <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]=["Funicul&igrave;"] //create header
ssmItems[1]=["<b>HOME</b>", "http://www.pizzeriafuniculi.it",""]
ssmItems[2]=["<b>MEN&Uacute;</b>", "http://www.pizzeriafuniculi.it/menu.html",""]
ssmItems[3]=["<b>CHI SIAMO</b>", "http://www.pizzeriafuniculi.it/chi.html", ""]
ssmItems[4]=["<b>DOVE SIAMO</b>", "http://www.pizzeriafuniculi.it/dove.html", ""]
ssmItems[5]=["<b>ORARIO DI <br>APERTURA</b>", "http://www.pizzeriafuniculi.it/orario.html", ""]
ssmItems[6]=["<b>RICETTE</b>", "http://www.pizzeriafuniculi.it/ricette.html", ""]
ssmItems[7]=["<b>FOTO GALLERY</b>", "http://www.pizzeriafuniculi.it/foto.html", ""] 
ssmItems[8]=["<b>OPPORTUNITA <br>DI LAVORO</b>", "http://www.pizzeriafuniculi.it/lavoro.html", ""]
ssmItems[9]=["<b>CONTATTI</b>", "http://www.pizzeriafuniculi.it/contatti.html", ""]

buildMenu();

//-->



