   
    // THE BEST DRINKS
    // Vinícius Dias
    // 28-08-09
    function Button_drink()
    {
        var f = document.getElementById("form")
        if(f.select_cat.value != 0)
        {
            this.location = "#"+f.select_cat.value
        }
        else
        {
            window.alert("Selecione uma categoria e tente novamente.")
        }
    }