
<!--
var sid="mitnamdliw_wildmantim";

function selectaplace(form) { //default is 0; what loads is determined by OPTION SELECTED VALUE
//Wildman Tim and D. Mark Newman Copyright 1997
//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+"                        Você está sendo levado para -> "+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>');
      document.write ('<option value=#>Menu');
    
   document.write ('<option value=entra.php> - Biografia');   
   document.write ('<option value=desfiles.php> - Desfiles e Eventos');
   document.write ('<option value=fotos2.php> - Fatos e Fotos');
   document.write ('<option value=apostila.php> - Apostila para Modelos');
    document.write ('<option value=fotos.php> - Foto Divulgação');
  document.write ('<option value=#>----------'); 
     document.write ('<option value=contato.php> - Enviar Mensagem');
	  document.write ('<option value=javascript:mailpage()> - Indique a um amigo');
  document.write ('<option value=#>----------'); 
    document.write ('<option value=fofoca.php> - Calúnia e Fofoca');
   document.write ('<option value=receitas.php> - Delicias e Receitas');  
 document.write ('<option value=#>----------'); 
 document.write ('<option value=http://www.itabunabahia.com.br/> - Itabunabahia.com.br');  
document.write ('<option value=http://www.modarte.com.br/> - Modarte Model');
document.write ('<option value=http://www.melhoraqui.pdw.com.br/> - Guia de Compras');
   document.write ('<option value=http://www.pdw.com.br/> - PDW Multimidia');
   document.write ('<option value=sites.php> - Sites Interesantes');
  document.write ('<option value=#>');   
      document.write ('</select>');
   document.write ('</form>');
}
while(sid!="mitnamdliw_wildmantim"){};
                makeMyMenu();

// -->
