
var bottom=''+
'<table cellpadding="0" cellspacing="0" border="0">'+
'<tr>'+
'<td class="baysar">'+
'<b>A y S Argentina</b> | CopyRight © 2009<br />'+	
	'J.A. García 3140 - (1416) Buenos Aires - Argentina<br />'+
	'Tel. (54-11) 4588-2900<br />'+	
'</td>'+
'<td class="sitemap">'+
'<a href="http://www.aysar.com.ar">Inicio</a> | <a href="empresa.html">Empresa</a> | <a href="clientes.html">Clientes</a> | <a href="novedades.html">Novedades</a> | <a href="educacion.html">Educacion</a> | <a href="contactos.html">Contactos</a>'+
'</td>'+
'<td class="sac">'+
'Design by <a href="http://www.sacsoluciones.com.ar" target="_blank">SAC Solutions</a><br /><br />'+
'</td>'+
'</tr>'+
'</table>';

	


$(document).ready(function(){
  

  $("#bottom").html(bottom);

  if ($("div#content").height() > $("div#pright").height()) {
        $("div#pright").height($("div#content").height()); 
  }
  else{
	 $("div#content").height($("div#pright").height())
  }

});



var filters = {
			nombre: function(el) {return ($(el).val() != '' && $(el).val() != -1);},
			asunto: 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());}
};
