var fDesc=new Array(); fDesc[0] = "DV4mini is a free-to-use utility which helps you to optimize the frequency correction. This app allows you to control your DV4mini device. The DV4mini is a very small but also very capable USB Stick that can expand any PC into a Hotspot for the D-STAR, DMR, C4FM and APCO P25 modes."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }