function setBanner(obj){
	parent.document.getElementById('bann02').src='images/bann02_'+obj+'.jpg';
}

function validate_piloto_retorotax2008() {
   	if (!isEmpty("NOMBRE",true)) return false;
	if (!isEmpty("EDAD",true)) return false;
	if (!isNum("EDAD","Edad")) return false;
	if (!isEmpty("PESO",true)) return false;	
	if (!isEmpty("ALTURA",true)) return false;	
	if (!isEmpty("TELEFONO",true)) return false;	
	if (!isEmpty("EXPERIENCIA",true)) return false;	
	if (!isEmpty("PORQUE",true)) return false;	
	if (!isEmpty("PREMIO",true)) return false;		
 return true;
}

