function FindByIdOrigen(a){if($(jquery_id("sp.IdOrigen")).val().length<4){var b=$("#popBuscar");copyObjectX(a,b,-200);copyObjectY(a,b,50);$("#errorText").html("<p>El código debe tener 4 o más caracteres.</p>");b.show();return false}$("#formIdOrigen").submit();return false}function FindByRazonSocial(a){if($(jquery_id("razonSocial")).val().length<3){var b=$("#popBuscar");copyObjectX(a,b,-200);copyObjectY(a,b,50);$("#errorText").html("<p>El código debe tener 3 o más caracteres.</p>");b.show();return false}$("#formRazonSocial").submit();return false}function hide(a){$("#"+a).hide()}var rangosPrecioDesde={816:[{Text:"500",Value:500},{Text:"2.000",Value:2000},{Text:"5.000",Value:5000},{Text:"10.000",Value:10000},{Text:"30.000",Value:30000},{Text:"40.000",Value:40000},{Text:"50.000",Value:50000},{Text:"60.000",Value:60000},{Text:"75.000",Value:75000},{Text:"100.000",Value:100000},{Text:"125.000",Value:125000},{Text:"150.000",Value:150000},{Text:"200.000",Value:200000},{Text:"250.000",Value:250000}],817:[{Text:"50",Value:50},{Text:"100",Value:100},{Text:"200",Value:200},{Text:"300",Value:300},{Text:"400",Value:400},{Text:"500",Value:500},{Text:"600",Value:600},{Text:"700",Value:700},{Text:"800",Value:800},{Text:"900",Value:900},{Text:"1.000",Value:1000},{Text:"2.000",Value:2000},{Text:"3.000",Value:3000},{Text:"4.000",Value:4000}],818:[{Text:"200",Value:200},{Text:"300",Value:300},{Text:"400",Value:400},{Text:"500",Value:500},{Text:"600",Value:600},{Text:"700",Value:700},{Text:"800",Value:800},{Text:"900",Value:900},{Text:"1.000",Value:1000},{Text:"2.000",Value:2000},{Text:"3.000",Value:3000},{Text:"5.000",Value:5000}],819:[{Text:"1.000",Value:1000},{Text:"2.000",Value:2000},{Text:"3.000",Value:3000},{Text:"4.000",Value:4000},{Text:"5.000",Value:5000},{Text:"6.000",Value:6000},{Text:"7.000",Value:7000}]};var rangosPrecioHasta={816:[{Text:"10.000",Value:10000},{Text:"20.000",Value:20000},{Text:"30.000",Value:30000},{Text:"40.000",Value:40000},{Text:"50.000",Value:50000},{Text:"60.000",Value:60000},{Text:"70.000",Value:70000},{Text:"80.000",Value:80000},{Text:"90.000",Value:90000},{Text:"100.000",Value:100000},{Text:"150.000",Value:150000},{Text:"175.000",Value:175000},{Text:"200.000",Value:200000},{Text:"250.000",Value:250000},{Text:"300.000",Value:300000},{Text:"400.000",Value:400000},{Text:"500.000",Value:500000},{Text:"600.000",Value:600000},{Text:"700.000",Value:700000},{Text:"800.000",Value:800000},{Text:"900.000",Value:900000},{Text:"1.000.000",Value:1000000},{Text:"1.500.000",Value:1500000},{Text:"2.000.000",Value:2000000},{Text:"2.500.000",Value:2500000},{Text:"3.000.000",Value:3000000},{Text:"3.500.000",Value:3500000},{Text:"4.000.000",Value:4000000},{Text:"4.500.000",Value:4500000},{Text:"5.500.000",Value:5500000}],817:[{Text:"100",Value:100},{Text:"300",Value:300},{Text:"400",Value:400},{Text:"500",Value:500},{Text:"600",Value:600},{Text:"700",Value:700},{Text:"800",Value:800},{Text:"900",Value:900},{Text:"1.000",Value:1000},{Text:"2.000",Value:2000},{Text:"3.000",Value:3000},{Text:"4.000",Value:4000},{Text:"5.000",Value:5000},{Text:"6.000",Value:6000},{Text:"7.000",Value:7000},{Text:"8.000",Value:8000},{Text:"9.000",Value:9000},{Text:"10.000",Value:10000},{Text:"15.000",Value:15000},{Text:"18.000",Value:18000},{Text:"20.000",Value:20000}],818:[{Text:"300",Value:300},{Text:"400",Value:400},{Text:"500",Value:500},{Text:"600",Value:600},{Text:"700",Value:700},{Text:"800",Value:800},{Text:"900",Value:900},{Text:"1.000",Value:1000},{Text:"2.000",Value:2000},{Text:"3.000",Value:3000},{Text:"4.000",Value:4000},{Text:"5.000",Value:5000},{Text:"6.000",Value:6000},{Text:"7.000",Value:7000},{Text:"8.000",Value:8000},{Text:"9.000",Value:9000},{Text:"10.000",Value:10000},{Text:"15.000",Value:15000},{Text:"20.000",Value:20000}],819:[{Text:"3.000",Value:3000},{Text:"4.000",Value:4000},{Text:"5.000",Value:5000},{Text:"6.000",Value:6000},{Text:"7.000",Value:7000},{Text:"8.000",Value:8000},{Text:"9.000",Value:9000},{Text:"10.000",Value:10000},{Text:"11.000",Value:11000},{Text:"12.000",Value:12000},{Text:"13.000",Value:13000},{Text:"14.000",Value:14000},{Text:"15.000",Value:15000}]};$(document).ready(function(){if($(jquery_id("sp.RegionBusqueda")).val()!=""){$("#fakeSelectP").remove()}$(jquery_id("sp.af_2")).change(function(){var a=$(this).val();setUpRangosPrecios(a)});$("#buscador").submit(function(){var b=$(jquery_id("sp.PrecioInferior")).val();var a=$(jquery_id("sp.PrecioSuperior")).val();if(parseInt(b)>0&&parseInt(a)>0&&parseInt(b)>parseInt(a)){$(jquery_id("sp.PrecioInferior")).val(a);$(jquery_id("sp.PrecioSuperior")).val(b)}})});function setUpRangosPrecios(a){fillComboPrecio("sp.PrecioInferior",rangosPrecioDesde[a]);fillComboPrecio("sp.PrecioSuperior",rangosPrecioHasta[a])}function fillComboPrecio(d,a){var c=$(jquery_id(d))[0];c.options.length=0;c.options[0]=new Option("Indistinto","");for(var b=0;b<a.length;b++){c.options[b+1]=new Option(a[b].Text,a[b].Value)}};