<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=20; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=0; // 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="black";
menuIsStatic="yes";
menuWidth=170; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="00008B";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="FFD700";
linkTarget="_self";
linkAlign="left";
barBGColor="02C615";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!
barText='Il sito di Libertà Medica' // <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


addItem("Home", "../prima.html", "", 1, "no");
addItem("Archivio", "../archivio.html","",1,"yes");
addItem("Riflessioni di Giorgio Cazzato", "../giorgio/riflessioni.html", "");
addItem("il Libro Bianco sulle Guardie", "../librobianco.html", "");


addHdr("Libertà Medica");
addItem("LibMed", "../libe.html", "", 1, "no"); 
addItem("Aderisci", "../asso1.html", "",1,"yes");
addItem("Referenti", "../refe.html", "", 1, "no"); 
addItem("Indirizzi", "../mail2.html", "",1, "yes");
addItem("Riunioni", "../mani.html", "", 1, "no"); 
addItem("Iniziative", "../iniz.html", "",1,"yes");
addItem("Spazio associati", "../avv.html", "");

addHdr("Libera professione");
addItem("Disaccordo !", "../perche.html", "", 1, "no"); 
addItem("La FIAT", "../risposte.html", "",1,"yes");
addItem("Ultime novità", "../novita.html", "");
addItem("Azioni legali", "../azioni.html", "");

addHdr("Noi medici");
addItem("Contratto ospedalieri", "../contr.html", "");
addItem("Medici universitari", "../univers.html", "");
addItem("Leggi per i Medici", "../Leggi/leggi.html", "");
addItem("Spesa sanitaria", "../spesa/spesa.html", "");
addItem("La Sanità di Sirchia", "../sirchia/sirchia.html", "");
addItem("Professione", "../prof.html", "", 1, "no"); 
addItem("Mobbing", "../mobbing/mobbing.html", "",1,"yes");
addItem("Link da visitare", "../link.html", "");

addHdr("Interagisci");
addItem("La nostra mailing list", "../mail.html", "");
addItem("Il Forum di LM", "../cgi-bin/aforum.isa?zaq=1101", "");
addItem("I sondaggi", "../sond.html", "", 1, "no"); 
addItem("Scrivici", "../mail2.html", "",1,"yes");

addHdr("Libro degli Ospiti");
addItem("Firma", "../wgbsign.html", "", 1, "no"); 
addItem("Leggi", "http://jupiter.guestworld.tripod.lycos.com/wgb/wgbview.dbm?owner=LiberaProfessione", "",1,"yes");

addHdr("Ricorsi");
addItem("Ospedalieri", "../adesi2.html", "", 1, "no");
addItem("Specialità", "../adesi3.html", "",1);




buildMenu();

//-->