function cerca () {
if (document.all) { 
newWindows= window.open('ricerca.htm','fromcerca','width=400,height=180')
newWindows= window.focus 
newWindows= document.close()
}
else if(document.getElementById) {
self.find()
}
else window.alert('Il tuo browser non supporta questo metodo')
}

