function Abrir_info (URL,ancho,alto,barra) { var opciones="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars="+barra+",resizable=yes,width="+ancho+",height="+alto+",top=85,left=140"; window.open(URL,"",opciones); }; function chTdColor(o, sens) { if(o) { if(sens == 1) { o.style.background = '#52595C'; o.style.cursor = 'pointer'; }else{ o.style.background = '#FBA800'; o.style.cursor = 'normal'; } } } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i=5) ? true : false; } return br } function ToggleSpecs(id) { var oContent = getCell(id); var oContentAux = ''; if (oContent.style.display != 'none') { // Hide (collapse) if (oContent) { option_showed = 'none'; oContent.style.display = 'none'; } } else { // Show (expand) if (oContent) { if (option_showed != 'none') { oContentAux = getCell(option_showed); option_showed = 'none'; oContentAux.style.display = 'none'; } oContent.style.display = ''; option_showed = id; } } } function cambia_pais(pagina, pais) { var url = ''; url = pagina + '?pais=' + pais; window.location = url; } function cambia_idioma(pagina, varsget, idioma) { var url = ''; url = pagina + '?'; if (varsget != '') { url = url + varsget + '&'; } url = url + 'idioma=' + idioma; //alert(varsget); window.location = url; } function change_btn_ok() { var marca_modelo = document.getElementById("codmarcamodelo"); var operadora = document.getElementById("mcc_mnc"); var boton = document.getElementById("btnok"); if (marca_modelo.value != '' && operadora.value != '') boton.disabled=false; else boton.disabled=true; } function change_btn_bus_ok(letras, cats) { var boton = document.getElementById("id_bus_ok"); if (cats == ''){ boton.disabled=true; if (letras.length > 0) boton.disabled=false; } else { boton.disabled=false; } } function abrir_popup(url, tipo, ancho, alto) { var opciones="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+ancho+",height="+alto+",top=85,left=140"; window.open(url,"",opciones); } function popupTPV(url, ancho, alto) { var opciones="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width="+ancho+",height="+alto+",top=85,left=140"; window.open(url,"",opciones); }