
document.writeln("<table  border='0' cellspacing='0' cellpadding='0'>")
document.writeln(" <tr>")
document.writeln(" <form target='_blank' id=RicercaGen2 name=RicercaGen2  method=post onsubmit=\"return InvioRicerca()\" action='http://www.edilportale.com/search.asp?id=4'>  ")
document.writeln(" <td valign=top><img src='http://www.edilportale.com/immagini/logo_search2.gif'></td>")
document.writeln("    <td align='right' valign='center'>    ")
document.writeln(" <input style='FONT-SIZE: x-small; Z-INDEX: 10; FONT-FAMILY: sans-serif'  id='Keyword'    name='Keyword' onfocus=\"if (value == '') {value='';}\" class='nero10'      size='19'       value=''>")
document.writeln("  <input type='image' src='http://www.edilportale.com/immagini/cerca.gif' width='56' height='16' align='middle' id=image1 name=image1>	         ")
document.writeln("  </td>")
document.writeln(" </form>")
document.writeln("  </tr>")
document.writeln(" </table>")

   function InvioRicerca()
              {
              if (document.RicercaGen2.Keyword.value != '')
                {
							var stringa = new String(document.RicercaGen2.Keyword.value);
							if (stringa.length > 2)
							     {return true}
							   else
							     {alert('Inserisci chiavi di ricerca con pił di 2 caratteri!');return false}
							     }    
			    else
			     {
			    alert('Inserisci una parola chiave!');return false;
			        }
			      }



