$(document).ready(function(){ 
    $('#divAlert').css('display','none');
    
    $('#asterForm').submit(function(){
        if( $('#first_name').val() != '' && $('#last_name').val() != '' && $('#company').val() != '' && $('#phone').val() != '' &&
            $('#00N80000002yGkv').attr('checked') || $('#00N80000002yGix').attr('checked') || $('#00N80000002yGkw').attr('checked') ||
            $('#00N80000002yGlU').attr('checked') || $('#00N80000002yGlZ').attr('checked') || $('#00N80000002yGla').attr('checked') ||
            $('#00N80000002yGkx').attr('checked') || $('#00N80000002yGmX').attr('checked') || $('#00N80000002yGmw').attr('checked')
           ){
            $('#asterForm').attr("action","https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8");
            return true;
        }
            $('#divAlert').show();
            
            elementClick = $('#divAlert a.anchor').attr("href")
			destination = $(elementClick).offset().top;
			$("html:not(:animated),body:not(:animated)").animate({ scrollTop: destination}, 1100 );

            return false;         
    });
         
});

// Flash Topo
var flashvars,attributes,params = {};
params.wmode='transparent';
swfobject.embedSWF("swf/topo.swf", "flash-topo", "820", "359", "9.0.0", "#", flashvars, params, attributes);

// Flash Menu
swfobject.embedSWF("swf/menu.swf", "menu-horizontal", "820", "39", "9.0.0", "#", flashvars, params, attributes);

// Flash topo internaS
swfobject.embedSWF("swf/topoInterna.swf", "tp-int", "297", "101", "9.0.0", "#", flashvars, params, attributes);
