MAKE a M@trice.
Write up a short TITLE, or...
a short subTITLE and /or 
a logo to your Home P@ge?
Erase this line and the above Menu; and insert yours. Yes, you could easily fit two Menus, in the above table!

To build an unrolling menu as the one above, with Netscape Composer 4.8 (or 4.5, 4.7).
First, @ccess this p@ge with Netscape Navigator 4.8
Then, on the top left corner of the Navigator window, click File, then edit Page:
You now @re within NETSCAPE COMPOSER 4.8 (or 4.5, 4.7).

Save this p@ge into your documents, as "matriz00.html",
before you modify the links and the textual menu of the JavaScript B below.
Then also clone this p@ge as "matriz01.html".

In matriz01.html,  on top of the p@ge, a top target precedes
the one pixel high, animated line ln02_666.gif.
Its goal is too narrow the space above the table.

NEXT to JavaScript A ...........JavaScript B

JavaScript A...........TOP of P@ge...........JavaScript B
After ln02_666.gif, follows the 699 px wide table, divided into three 211, 277, 211 px wide columns.
In Netscape Composer 4.8, the unrolling menu appears as HTML tags that are not WYSIWYG.
In the central column, you can see the textual menus, but the links are within tags ;
suppress everything in the central column.

Click Insert, then HTML Tag..., and paste the
JavaScript A.........You may only modify: Veuillez choisir une destination

<!-- DEBUT DU SCRIPT -->
<SCRIPT LANGUAGE="JavaScript">
/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
function ChangeUrl(formulaire)
    {
    if (formulaire.ListeUrl.selectedIndex != 0)
        {
        location.href = formulaire.ListeUrl.options[formulaire.ListeUrl.selectedIndex].value;
         }
    else
        {
        alert('Veuillez choisir une destination.');
        }
    }
</SCRIPT>
<!-- FIN DU SCRIPT -->

JavaScript B...has 13 links; just erase the lines you don't need.
To modify the links, write the names of your html files, in green here below.
Adapt the visible textual menus to your needs. If you use a ', precede it with a \
You may also modify Où @llez-vous maintenant ?

Click Insert, then HTML Tag...,
and paste your modified JavaScript B, after JavaScript A's tags.

This script works well with Netscape Navigator's 4.5, 4.7, 4.8, 7.01, 7.1, and with Internet Explorer 6.With Mozilla?
JavaScript B...........................TOP of P@ge

<!-- DEBUT DU SCRIPT -->
<!--
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
-->
<FORM>
<SELECT NAME="ListeUrl" SIZE=1 onChange="ChangeUrl(this.form)">
<OPTION SELECTED VALUE="">-Où @llez-vous maintenant ?-
  <OPTION VALUE="sss.html">Sujets Spéciaux's SwitchBo@rd
  <OPTION VALUE="ss.html">Planification Initiale
  <OPTION VALUE="sss02.html">Observation de Forums
  <OPTION VALUE="ss03.html">Recherche d'un Dom@ine
  <OPTION VALUE="sss04.html">Élaborer www.djo.ca
  <OPTION VALUE="sss05.html">FTP...FLASH....pphBB
  <OPTION VALUE="sss06.html">Intelligences Multiples
  <OPTION VALUE="sss07.html">...JAVA...HTML...
  <OPTION VALUE="sss08.html">Ma G@lerie d'@rt
  <OPTION VALUE="sss09.html">@utres lectures
  <OPTION VALUE="sss10.html">@nimation : c@fé
  <OPTION VALUE="sss11.html">CONCLUSION
  <OPTION VALUE="Me.html">SwitchBo@rd / Maîtrise
</SELECT>
</FORM>
<!-- FIN DU SCRIPT -->

So, there really are two (½) JavaScript codes in the unrolling menu

You may indeed modify this TOP of P@ge Link