var fDesc=new Array(); fDesc[0] = "The FT-857 CAT Controller is a basic and simple Computer Aided Controller (CAT) program specifically for the Yaesu FT-857 radio. It provides an unlimited memory storage area which resides on the client side. Access is also provided for most of the menu items that have been defined in the Application Programmers Interface."; 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 = ''; } }