var flashvars = {};
var params = {};
    params.menu = "false";
    params.quality = "high";
    params.allowscriptaccess = "sameDomain";
    params.wmode = "transparent";    
var attributes = {};
    attributes.align = "middle";

var bottom=''+
	'<div class="sac">Design by <a href="http://www.sacsoluciones.com.ar" target="_blank">SAC Solutions</a></div>CopyRight © 2009<br />'+
	'Francia 3117 - Beccar - Pcia. de Buenos Aires - República de Argentina<br />'+
	'Tel.: 54 11 4719 8896<br />';


$(document).ready(function(){
 
  
	$("#bottom").html(bottom);
	$("#fplayer").click(function(){
		location.href="http://get.adobe.com/es/flashplayer/";
	})

});



var filters = {
			nombre: function(el) {return ($(el).val() != '' && $(el).val() != -1);},
			apellido: function(el) {return ($(el).val() != '' && $(el).val() != -1);},
			empresa: function(el) {return ($(el).val() != '' && $(el).val() != -1);},
			consulta: function(el) {return ($(el).val() != '' && $(el).val() != -1);},
			email: function(el) {return /^[A-Za-z][A-Za-z0-9_.]*@[A-Za-z0-9_]+\.[A-Za-z0-9_.]+[A-za-z]$/.test($(el).val());},
			telefono: function(el){return /^[0-9- ]*$/.test($(el).val());}
};

