Ciao, giuro che questa č l'ultima e-mail sui menu e che per un po vi lascio in pace

il menu lo trovate a questo indirizzo:

http://www.emiliorescigno.it/test/frameset.htm

Si tratta di un menu a tendina in javascript del quale ho gia' avuto modo di postare qualche domanda.
Ho risolto quasi tutto ma pero' mi rimane un problema. Non riesco a togliere le sottolineature alle varie voci.
E pensare che nella fase iniziale non apparivano.
Per comoditą vi allego lo script della pagina dove vengono effettuate le modifiche al menu in modo che possiate, se vorrete o protrete, darmi una dritta o un consiglio su come meglio procedere: Grazie di tutto.
<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=80; // no quotes!!
XOffset=0;
staticYOffset=30; // 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="white";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FF0000";
linkTarget="_top";
linkAlign="Left";
barBGColor="#170088";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="GALLERY"; // <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]=["STORY"] //create header
ssmItems[1]=["Bajda disco beach (Noli)", "QUATTRO/quattro.html", "mainFrame"]
ssmItems[2]=["Le Vele discoteque (Alassio)", "CINQUE/cinque.html","mainFrame"]
ssmItems[3]=["FullMoon luxory disco (Prato Nevoso)", "SEI/sei.html", "mainFrame"]
ssmItems[4]=["Isla Bonita (Spotorno)", "SETTE/sette.html", "mainFrame"]
ssmItems[5]=["Sortilegio Club (guest Joe T.Vannelli)", "OTTO/otto.html", "mainFrame"]
ssmItems[6]=["Lido di Laigueglia (guest Josč de Divina)", "NOVE/nove.html", "mainFrame"]
ssmItems[7]=["FullMoon party (Rocce di Pinamare)", "DIECI/dieci.html", "mainFrame"]
ssmItems[8]=["Sonic club (Loano)", "UNDICI/undici.html", "mainFrame"]
ssmItems[9]=["U'brecche (Alassio)", "DODICI/dodici.html", "mainFrame"]
ssmItems[10]=["Sharzade privč bar (Sporting Club Finale Ligure)", "TREDICI/tredici.html", "mainFrame"]
ssmItems[11]=["Joy club (Alassio)", "QUATTORDICI/quattordici.html", "mainFrame"]

ssmItems[12]=["NOW (season 2004-2005)"] //create header
ssmItems[13]=["Joy club Alassio", "UNO/uno.html", "mainFrame"]
ssmItems[14]=["Lido di Laigueglia", "DUE/due.html","mainFrame"]
ssmItems[15]=["Ninfa&Geria (guest Tommy Vee)", "TRE/tre.html", "mainFrame"]

ssmItems[16]=["MAIN"] //create header
ssmItems[17]=["gallery", "mainframe.html", "mainFrame"]

buildMenu();

//-->