if(jQuery.browser.msie && parseInt(jQuery.browser.version, 10) == 6) {
  try {
    document.execCommand("BackgroundImageCache", false, true);
  } catch(err) {}
}

function verCondiciones(sucursal, veh_proveedor){
	window.open("/verCondiciones.php?vproveedor="+veh_proveedor+"&search="+xmlEncoded, "modificar", "height=490px, width=590px, scrollbars=1");
}

function verDesglose(sucursal, veh_proveedor){
				window.open("/verDesglose.php?vproveedor="+veh_proveedor+"&search="+xmlEncoded, "modificar", "height=490px, width=680px, scrollbars=1");
}

function verHorario(sucursal, veh_proveedor){
				window.open("/verHorario.php?vproveedor="+veh_proveedor+"&search="+xmlEncoded, "modificar", "height=490px, width=680px, scrollbars=1");
}

function direccionarPresupuesto(sucursal, veh_proveedor, ref){
				if ($("#destinooculto option:selected").val()=='' || $("#destinosdevolucion option:selected").val()=='') return false;

				document.formu.vproveedor.value = veh_proveedor;
				document.formu.quoteRef.value = ref;
				//alert (document.formu.vproveedor.value);
				document.formu.action = "/quote.php";
				document.formu.submit();
}

function reenviarClave(){
		document.cliForm.action="http://www.eezirent.net/cliente/reenviarclave.php";
		document.cliForm.submit();
}

function redir(url){
	document.location.href=url;
	return false;
}

function formuPresu(veh_proveedor){
				window.open("/presupuestar.php?vproveedor="+veh_proveedor+"&search="+xmlEncoded, "Quote", "height=490px, width=950px, scrollbars=1");
}


