var sid="mitnamdliw_wildmantim";

function selectaplace(form) { //default is 0; what loads is determined by OPTION SELECTED VALUE
//tailor to the browser capabilities (because MSIE 3.01 is Javascript crippled<g>)
var appname= navigator.appName;             
var appversion=parseInt(navigator.appVersion);

      if (appname == "Netscape" && appversion >= 3){

        var formindex=form.select1.selectedIndex;
        var storage=form.select1.options[formindex].text;
        if (form.select1.options[formindex].value != "none") {
        var msg=storage+"                        You are now being transported to the -> "+storage;
                for (var spot=0;spot < msg.length-storage.length;spot++) {
                var x=msg.substring(spot,msg.length);
                form.select1.options[formindex].text=x;
                for(var d=0;d < 150;d++) { };
                }   
                    
//parent.INDEXPAGE.location=form.select1.options[formindex].value; 
//loads into a frame called INDEXPAGE under the parent ( top) window

//windowname.location=form.select1.options[formindex].value; 
//loads into a named window. If there is not one by that name, it will be created

document.location=form.select1.options[formindex].value; 
//loads into the current window;

                form.select1[formindex].text=storage;
        } else  {
                form.select1[formindex].text="Not a real option!";
                for(var d=0;d < 1250;d++) { };
                form.select1[formindex].text=storage;
        }
}

        else {//do this only for MSIE 3.0x
 
        var formindex=form.select1.selectedIndex;
        

//parent.frame2.location=form.select1.options[formindex].value; 
//loads into a named frame under the parent ( top) window

//windowname.location=form.select1.options[formindex].value; 
//loads into a named window. If there is not one by that name, it will be created

document.location=form.select1.options[formindex].value; 
//loads into the current window;}
} }
function makeMyMenu() {
   document.write ('<form><select name="select1" onChange="selectaplace(this.form)" size=1  class="indice_mese">');
   document.write ('<option value=siti.htm#a2001>********* ANNO 2001 ************');
   document.write ('<option value=siti.htm#mar01>MARZO    2001-> galileo.imss.firenze.it');
   document.write ('<option value=siti.htm#apr01>APRILE   2001-> staibene.it');
   document.write ('<option value=siti.htm#mag01>MAGGIO   2001-> palazzograssi.it');
   document.write ('<option value=siti.htm#giu01>GIUGNO   2001-> celiachia.it');
   document.write ('<option value=siti.htm#lug01>LUGLIO   2001-> superdante.it');
   document.write ('<option value=siti.htm#ago01>AGOSTO   2001-> giornali.it');
   document.write ('<option value=siti.htm#set01>SET/OTT  2001-> funghi-italia.it');
// document.write ('<option value=siti.htm#ott01>OTTOBRE  2001');
   document.write ('<option value=siti.htm#nov01>NOVEMBRE 2001-> animalieanimali.it');
   document.write ('<option value=siti.htm#dic01>DICEMBRE 2001-> presstoday.com');
   document.write ('<option value=siti.htm#a2002>********* ANNO 2002 ************');
   document.write ('<option value=siti.htm#gen02>GENNAIO   2002-> euro.tesoro.it');
   document.write ('<option value=siti.htm#feb02>FEBBRAIO  2002-> report.rai.it');
   document.write ('<option value=siti.htm#mar02>MARZO     2002-> consumatori.it');
   document.write ('<option value=siti.htm#apr02>APRILE    2002-> danteonline.it');
   document.write ('<option value=siti.htm#mag02>MAGGIO    2002-> meteolive.it');
   document.write ('<option value=siti.htm#giu02>GIUGNO    2002-> musa.uffizi.firenze.it');
   document.write ('<option value=siti.htm#lug02>LUG/AGO   2002-> vegetariani.it');
// document.write ('<option value=siti.htm#ago02>AGOSTO    2002');
   document.write ('<option value=siti.htm#set02>SETTEMBRE 2002-> misna.org');
   document.write ('<option value=siti.htm#ott02>OTTOBRE   2002-> cerchinelgrano.it');
   document.write ('<option value=siti.htm#nov02>NOVEMBRE  2002-> museodelmare.it');
   document.write ('<option value=siti.htm#dic02>DICEMBRE  2002-> misteriditalia.com');
   document.write ('<option value=siti.htm#a2003>********* ANNO 2003 ************');
   document.write ('<option value=siti.htm#gen03>GENNAIO     2003-> misteriditalia.com');
   document.write ('<option value=siti.htm#feb03>FEBBRAIO    2003-> accademiadellacrusca.it');
   document.write ('<option value=siti.htm#mar03>MARZO       2003-> stupormundi.it');
   document.write ('<option value=siti.htm#apr03>APR/MAG     2003-> aljazira.it');
   document.write ('<option value=siti.htm#giu03>GIU/LUG/AGO 2003-> altrosud.it');
   document.write ('<option value=siti.htm#set03>SETTEMBRE   2003-> azioneaiuto.it'); 
   document.write ('</select>');
   document.write ('</form>');
}
while(sid!="mitnamdliw_wildmantim"){};
                makeMyMenu();
