﻿function PulTes()
{document.form1.Ricerca.value = "";
    if (document.form1.TipoV.value != "A") { 
        document.form1.Ricerca1.value = "";}
 }
function TestoAZ() {
 
if (document.form1.Ricerca.value == "prefisso e numero di telefono" ||
    document.form1.Ricerca.value == "parola chiave" ||
    document.form1.Ricerca.value == "" || 
    document.form1.Ricerca.value == "cognome"){
    if (document.form1.TipoV.value == "A") {  
        document.form1.Ricerca.value = "nome azienda";
        }
        else {
         document.form1.Ricerca.value = "cognome";
         document.form1.Ricerca1.value = "nome";    

         }   
   }
    if (document.form1.TipoV.value == "A") {  
         document.form1.Ricerca.style['width'] = '250px';
         document.form1.Ricerca1.style['width'] = '0x';
         document.form1.Ricerca1.style.border  = '1px solid #ccc';
        }
        else {
         document.form1.Ricerca.style['width'] = '250px';
         document.form1.Ricerca1.style['width'] = '250px';
         document.form1.Ricerca1.style.border  = '1px solid #ccc';

         }
}
function TestoNR(){
if (document.form1.Ricerca.value == "parola chiave" ||
    document.form1.Ricerca.value == "nome azienda" || 
    document.form1.Ricerca.value == "" || 
    document.form1.Ricerca.value == "cognome") 
   {document.form1.Ricerca.value = "prefisso e numero di telefono";}
if (document.form1.Tipo.value == "M") {
         document.form1.Ricerca.style['width'] = '250px';
     document.form1.Ricerca1.style['width'] = '0px';
     document.form1.Ricerca1.style.border  = '0px solid black';
    } 
}
function TestoPC(){
if (document.form1.Ricerca.value == "prefisso e numero di telefono" ||
    document.form1.Ricerca.value == "nome azienda" ||
    document.form1.Ricerca.value == ""){
         if (document.form1.TipoV.value == "A") {  
              document.form1.Ricerca.value = "parola chiave";
         }
        else {
              document.form1.Ricerca.value = "cognome";
              document.form1.Ricerca1.value = "nome";    
         }
 }

    if (document.form1.TipoV.value == "A") {  
         document.form1.Ricerca.style['width'] = '250px';
         document.form1.Ricerca1.style['width'] = '0x';
         document.form1.Ricerca1.style.border  = '1px solid #ccc';
        }
        else {
         document.form1.Ricerca.style['width'] = '250px';
         document.form1.Ricerca1.style['width'] = '250px';
         document.form1.Ricerca1.style.border  = '1px solid #ccc';

         }

}
function TestoCT()
{document.form1.Ricerca.value = "";}
function TestoIND()
{
if (document.form1.Ricerca.value == "parola chiave" ||
    document.form1.Ricerca.value == "nome azienda" || 
    document.form1.Ricerca.value == "" || 
    document.form1.Ricerca.value == "cognome") 
   {document.form1.Ricerca.value = "indirizzo";}
if (document.form1.Tipo.value == "M") {
         document.form1.Ricerca.style['width'] = '250px';
     document.form1.Ricerca1.style['width'] = '0px';
     document.form1.Ricerca1.style.border  = '0px solid black';
    } 
}

