var fDesc=new Array(); fDesc[0] = "Alinco DJ-X3 Clone Utility is a configuration software for Alinco DJ-X3 product. Alinco DJ-X3 Clone Utility helps you find hidden transmitters that may bug your home, office or hotel room. You can also decode inversion scrambled signals. Select the right Communication port and you are ready to configure your device. You are able to adjust three types of settings in the main screen, like volume, squelch, operating mode, scan resume or bugging detector."; 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 = ''; } }