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 direccionarPresupuesto(sucursal, veh_proveedor)
			{
				if ($("#destinooculto option:selected").val()=='' || $("#destinosdevolucion option:selected").val()=='') return false;

				document.formu.vproveedor.value = veh_proveedor;
				//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;
}