

var bottom=''+

	'©2011 5àSec Reconquista, Ludueña 728 - Reconquista, Santa Fé -  Argentina<br />';





function pheight(){

	if ($("div#content").height() > $("div#pleft").height()) {

        //$("div#pleft").height($("div#content").height());

  }

  else{

	 //$("div#content").height($("div#pleft").height())

  }

}

window.onload = pheight;

$(document).ready(function(){

  



  $("#bottom").html(bottom); 

  $(".tlist tr:even").addClass("alt");

  $("#donacion").hide();

  

	$(".fundacion").click(function () {

      $("#donacion").slideToggle("slow");



   });

});







var filters = {

			nombre: function(el) {return ($(el).val() != '' && $(el).val() != -1);},

			direccion: function(el) {return ($(el).val() != '' && $(el).val() != -1);},

			telefono: function(el){return /^[0-9- ]+$/.test($(el).val());},

			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());}

/*			hbsq: function(el){return /^[0-9:]+$/.test($(el).val());},

			hdev: function(el){return /^[0-9:]+$/.test($(el).val());}*/

};
