$(document).ready(function(){
    $('#menuTop').onfocus();
    //$(document).pngFix(); 
    }); 
	 
function eseguiRicerca(lingua) {
document.location.href="ricerca.php?keywords="+ $('#searchkeywords').val()+"&lin="+lingua;
}