
var bottom=''+
	'<table border="0" cellpadding="0" cellspacing="0" class="tbottom"><tr><td class="design"><b>Copyright © 2009</b> Prohibida su reproducción total o parcial. Derechos de Autor Ley 11723<br /><br /><div style="font-size:11px;">Design by <a href="http://www.grupotesyssoft.com.ar/" target="_blank">Grupo Tesys Soft</a></div></td><td><b>Dra. Beatriz Literat</b> &copy; 2009<br />'+
	'<span class="telf">Tel: 4832-9836 / 4832-7974 <span class="txt">(Particulares)</span><br />5273-2080 / 4807-3503 <span class="txt">(Consultorios)</span></span><br />'+
	'www.drabeatrizliterat.com.ar<br /><br /></td></tr></table>';
function pheight(){
  if ($("div#content").height() > $("div#panelizq").height()) {
        $("div#panelizq").height($("div#content").height()); 
  }
  else{
	 $("div#content").height($("div#panelizq").height())
  }
}
window.onload = pheight;

$(document).ready(function(){
  $("#bottom").html(bottom);
 
});



var filters = {
			nombre: 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());}
};
