function validar_buscador()
{
	errores="";
	var r=true;
	var f=document.buscador;
	r=MM_validateForm('palabra','','R');
	if(r==true)
	{
		f.submit();
	}
}
/*function precarga(){
	if (window.onload)
		MM_preloadImages('<? echo $rwImagId;?>desplegable_catalogo_on.gif','<? echo $rwImagId;?>desplegable_descargas_on.gif','<? echo $rwImagId;?>bot/bot_atencion_cliente_on.gif','<? echo $rwImagId;?>bot/bot_asist_tecnica_on.gif','<? echo $rwImagId;?>bot/bot_garantias_on.gif','<? echo $rwImagId;?>bot/bot_manual_instrucc_on.gif','<? echo $rwImagId;?>bot/bot_localizador_interes_on.gif','<? echo $rwImagId;?>bot/bot_ultimas_notic_on.gif','<? echo $rwImagId;?>bot/bot_novedades_prod_on.gif','<? echo $rwImagId;?>bot/bot_promociones_on.gif','<? echo $rwImagId;?>bot/bot_travel_club_on.gif','<? echo $rwImagId;?>bot/bot_sala_prensa_on.gif','<? echo $rwImagId;?>bot/bot_contacto_on.gif','<? echo $rwImagId;?>bot/bot_productos_on.gif','<? echo $rwImagId;?>bot/bot_servicios_on.gif','<? echo $rwImagId;?>bot/bot_novedades_on.gif','<? echo $rwImagId;?>bot/bot_area_profesional_on.gif','<? echo $rwImagId;?>bot/bot_revista_suscr_on.gif');
	clearInterval(crono);
}
var crono=setInterval("precarga();",100);*/

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}