function vai(PageToGo){ switch (PageToGo){ case "home": window.top.location.href="../home/index.asp" break; case "login": window.top.location.href="../newsletter/login.asp" break; case "antipirateria": window.open("../inc/popuppage.asp?nomefile=antipirateria_ita.htm","antipirateria","width=620,height=420,top="+((screen.height-420)/2)+",left="+((screen.width-620)/2)) break; case "note": window.open("../inc/popuppage.asp?nomefile=notelegali_ita.htm","notelegali","width=620,height=420,top="+((screen.height-420)/2)+",left="+((screen.width-620)/2)) break; case "condizioni": window.open("../inc/popuppage.asp?nomefile=condizionivendita_ita.htm","condizionivendita","width=620,height=420,top="+((screen.height-420)/2)+",left="+((screen.width-620)/2)) break; case "infocdburn": window.open("../inc/popuppage.asp?nomefile=infocdburn_ita.htm","infoCDBurn","width=620,height=420,top="+((screen.height-420)/2)+",left="+((screen.width-620)/2)) break; case "guida": window.open("../inc/guidacdburn.asp","guidacdburn","width=700,height=450,top="+((screen.height-450)/2)+",left="+((screen.width-700)/2)) break; case "crediti": window.open("../diy/crediti.asp","crediti","width=600,height=300,top="+((screen.height-450)/2)+",left="+((screen.width-700)/2)) break; } }