var fDesc=new Array(); fDesc[0] = "The IC-PCR1500 is a PC control receiver and all functions are controllable from your PC. Explore radio signals from all over the world from 0.01 to 3299.999MHz.The USB port provides a faster data link to the PCR1500 which allows you to expand the receiver’s capabilities with quicker response times as well as new audio processing functions, as you are able to hear the received signals through your computer’s audio system."; 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 = ''; } }