function checkopc(){
    var opc = document.suporte.opc.value;
    if (opc == "c") {
       window.open("http://www.megagestor.com.br/chat");
       return false;
       }
    else return true;
}



