<!--

/*
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=1;
staticYOffset=30; // no quotes!!
slideSpeed=30 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="coral";
menuIsStatic="no"; //this sets whether menu should stay static on the screen
menuWidth=190; // Must be a multiple of 10! no quotes!! ampiezza
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="3";
hdrFontColor="coral";
hdrBGColor="#FAEBD7";
hdrAlign="left";
hdrVAlign="left";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="CORNSILK";
linkOverBGColor="NAVAJOWHITE";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="PAPAYAWHIP";
barVAlign="center";
barWidth=23; // no quotes!!
barText=" Menù"; // <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]=["Menu"] //create header
ssmItems[1]=["Chi siamo", ""]
ssmItems[2]=["La Storia", "http://www.anticomillennium.it/Storia.htm", ""]
ssmItems[3]=["Il nostro NON allevamento", "http://www.anticomillennium.it/ilnostroallevamento.htm",""]
ssmItems[4]=["I maschi", "http://www.anticomillennium.it/inostrimaschi.htm", ""]
ssmItems[5]=["Le femmine", "http://www.anticomillennium.it/femmine.htm", ""]
ssmItems[6]=["Cuccioli", "http://www.anticomillennium.it/cuccioli.htm", ""],["New.gip"]
ssmItems[7]=["Notizie di NON allevamento", "http://www.anticomillennium.it/notizie_allevamento.htm", ""]
ssmItems[8]=["Notizie Utili", "http://www.anticomillennium.it/allevamento.htm", ""]
ssmItems[9]=["Standards", "http://www.anticomillennium.it/standards.htm", ""]
ssmItems[10]=["AMICI MIEI", "http://www.anticomillennium.it/Amici.htm", ""]
ssmItems[11]=["Links", "http://www.anticomillennium.it/links.htm", ""]
ssmItems[12]=["L'Omeopatia", "http://www.anticomillennium.it/omeopatia.htm", ""]
ssmItems[13]=["Libro degli Ospiti", "http://pub22.bravenet.com/guestbook/show.php?usernum=1836861865", ""]


buildMenu();

//-->