function srchWindow(url) {popupWin = window.open(url, 'new_page', 'width=380,height=350, scrollbars=yes')}
function openWindow(url,wheight) {popupWin = window.open(url, 'new_page', 'width=300,height=350')}
function openContatti(url,wheight) {popupWin = window.open(url, 'new_page', 'width=510,height=450, scrollbars=yes')}
function mostraMenu(menuCorrente) {if (document.getElementById) {questoMenu = document.getElementById(menuCorrente).style
if (questoMenu.display == "block") {questoMenu.display = "none"}
else {questoMenu.display = "block"} return false}
else {return true}}
//menu 2008

