
var sid="mitnamdliw_wildmantim";

function selectaplace(form) { //default is 0; what loads is determined by OPTION SELECTED VALUE
//Copyright 2000
//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" class=text11 id=sel onChange="selectaplace(this.form)" size=1>');
   document.write ('<OPTION selected>Indice del sito');
   document.write ('<option value=index.html>Vai alla Homepage');
   document.write ('<option value=client.html>Compra i nostri prodotti');
   document.write ('<OPTION>--I NOSTRI PRODOTTI-------------'); 
   document.write ('<option value=bag_cqm.html>Bagno Crema Quercia Marina');
   document.write ('<option value=bal_s.html>Balsamo Seta');
   document.write ('<option value=bur_ca.html>Burro Cacao');
   document.write ('<option value=cre_ag.html>Crema Anti-Age');
   document.write ('<option value=cre_rs.html>Crema Ragadi Seno');
   document.write ('<option value=cre_cll.html>Crema Cellulite');
   document.write ('<option value=cre_gi.html>Crema da giorno Idratante');
   document.write ('<option value=cre_nar.html>Crema da notte Antirughe');
   document.write ('<option value=cre_deo.html>Crema Deodorante');
   document.write ('<option value=cre_ms.html>Crema Mani Siliconata');
   document.write ('<option value=cre_pm.html>Crema Pelli Miste');
   document.write ('<option value=cre_rass.html>Crema Rassodante Centella');   
   document.write ('<option value=cre_sma.html>Crema Smagliature');
   document.write ('<option value=det_id.html>Detergente Intimo Donna');
   document.write ('<option value=det_vm.html>Detergente Viso-Mani');
   document.write ('<option value=emu_c.html>Emulsione Corpo');
   document.write ('<option value=fan_r.html>Fango Riducente');
   document.write ('<option value=gel_iag.html>Gel Intensivo Acido Glicolico');
   document.write ('<option value=gcc_ag.html>Goccine Anti-Age');
   document.write ('<option value=lat_d.html>Latte Detergente');
   document.write ('<option value=lat_pg.html>Latte Pelle Grassa');
   document.write ('<option value=loz_dp.html>Lozione Doppie Punte');
   document.write ('<option value=mas_av.html>Maschera Argilla Verde');
   document.write ('<option value=scr_vc.html>Scrub Viso_Corpo'); 
   document.write ('<option value=sha_cg.html>Shampoo Capelli Grassi');
   document.write ('<option value=sha_fg.html>Shampoo Forfora Grassa');
   document.write ('<option value=sha_fs.html>Shampoo Forfora Secca');
   document.write ('<option value=sha_se.html>Shampoo Seta Energizzante');
   document.write ('<option value=syd_pi.html>Syndet Pelli Impure');
   document.write ('<option value=ton.html>Tonico');
   document.write ('<option value=lin_ag.html>Linea AntiAge');
   document.write ('<option value=lin_co.html>Linea Corpo');
   document.write ('<option value=lin_gr.html>Linea Gravidanza');
   document.write ('<option value=lin_pi.html>Linea Pelli Impure');
   document.write ('<option value=lin_pg.html>Linea Pulizia Giornaliera');
   document.write ('<OPTION>--I CONSIGLI DEL FARMACISTA--'); 
   document.write ('<option value=acne.html>Acne');
   document.write ('<option value=capelli.html>Capelli');
   document.write ('<option value=cellulite.html>Cellulite');
   document.write ('<option value=conservanti.html>Conservanti');
   document.write ('<option value=cosmetici.html>Cosmetici');
   document.write ('<option value=gambe.html>Gambe');
   document.write ('<option value=gravidanza.html>Gravidanza');
   document.write ('<option value=pelle.html>Pelle');
   document.write ('<option value=profumi.html>Profumi');
   document.write ('<OPTION>--SERVIZI DI FARMACIA----------'); 
   document.write ('<option value=laboratorio.html>Il nostro laboratorio');
   document.write ('<option value=servizi.html>I servizi di Farmacia');
   document.write ('<OPTION>--CONTATTO E RICHIESTE--------'); 
   document.write ('<option value=richieste.html>Inviaci le tue richieste');
   document.write ('<option value=mailto:info@farmaciadiciolla.it>Scrivi a info@farmaciadiciolla.it');
   document.write ('</select>');
   document.write ('</form>');
}
while(sid!="mitnamdliw_wildmantim"){};
                makeMyMenu();

