
var bottom='<table><tr><td class="sitemap"><a href="index.html">Inicio</a> | <a href="quienessomos.html">Quienes Somos</a> | <a href="nuestraf.html">Nuestra Flota</a> | <a href="servicios.html">Servicios</a> | <a href="contactos.html">Contactos</a> | <a href="incorporate.html">Incorpórate a Nuestra Flota</a></td><td>'+
	'<b>OnTrack</b> | CopyRight © 2009<br />'+
	'Buenos Aires - Argentina<br />'+
	'Tel. 4519-8860/74<br /><br /><div class="sac">Design by <a href="http://www.sacsoluciones.com.ar" target="_blank">SAC Solutions</a></div></td></tr></table>';

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

function pheight() 
{
  if ($("div #content").height() > $("div #pright").height()) {
        $("div #pright").height($("div #content").height()); 
  }
  else{
	 $("div#content").height($("div#pright").height())
  }
}

window.onload = pheight;

$(document).ready(function(){
  

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

  

});






