<!-- Original:  Riccardo Fuga (UFOtime Communication Inc.) -->

<!-- Begin
YOffset=35; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=5 // no quotes!!
waitTime=1000; // 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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#FFFFFF";
hdrBGColor="#909090";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="2";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#E7E7E7";
linkTarget="_top";
linkAlign="Left";
barBGColor="#B3B3B3";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=12; // no quotes!!
barText="<IMG SRC=../IMAGES/DYNAMIC-MENU.JPG>"; // MENU for text or <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]=["Blog Acquario"] //create header
ssmItems[1]=["Area Blog", "./blog.asp", "_self"]
ssmItems[2]=["Introduzione", "./blog-water-intro.asp", "_self"]
ssmItems[3]=["Allestimento", "./blog-water-organize.asp", "_self"]
ssmItems[4]=["FaiDaTe", "./blog-water-faidate.asp", "_self"]
ssmItems[5]=["Articoli Mare", "../journal/default.asp?Jrncategory='Fish'", "_self"]
ssmItems[6]=["S.O.S. Pesci", "./blog-water-diagnostic.asp", "_self"]
ssmItems[7]=["Le Piante", "./blog-water-plant.asp", "_self"]
ssmItems[8]=["Negozi Italia", "../blupage", "_self"]

ssmItems[9]=["FAQ", "http://www.ufotime.com/asp/index-faq.asp", "_self", 1, "no"] //create two column row
ssmItems[10]=["E-mail", "mailto:info@ufotime.com", "",1]

buildMenu();
// End -->
