var idDivMessage="";function SetIdDivMessage(id){idDivMessage=id;}
function SetMessage(message){if(idDivMessage != ""){document.getElementById(idDivMessage).innerHTML = message;}}
function OnComCheckUs(args) {
    if (args == "0"){
        HiddenUs();
    }
}
function OnTimeOutCheckUs(args){}
function OnErrorCheckUs(args){}
var dw = null;
var dlt = null;
var dl = null;
var txtSearchBox = "";
var estado = false;
var idUrlRedirectSearch = "";
function ShowPopUpLiveChat(){
 ShowPopUp('http://server.iad.liveperson.net/hc/53376821/?cmd=file&file=visitorWantsToChat&site=53376821&byhref=1%11!Url=http://server.iad.liveperson.net/hcp/Gallery/ChatButton-Gallery/English/General/1a','Live Chat',600, 400);
}
function signUp()
{
    var f = document.getElementById("searchformNewsletter");
    f.target = "_new";
    f.action="http://visitor.constantcontact.com/d.jsp";
    f.submit();
    return false;
}

function validarEventToSearch(e) {
    tecla = (document.all) ? e.keyCode : e.which;
    if (tecla == 13){
        return true;
    }else {
        return false;
    }
}
function validarNewsletterBoxEnter(e) {
    tecla = (document.all) ? e.keyCode : e.which;
    if (tecla == 13) {
        signUp();
        return false;
    } else {
        return true;
    }
}
