function go() 
{
window.location=document.getElementById("menu").value
}

function goRev() 
{
window.location=document.getElementById("review").value
}