var fDesc=new Array(); fDesc[0] = "YPlog allows radio control and logging with almost any Icom, Kenwood, Ten-Tec or Yaesu radio. The radio control window allows adequate mouse control of the radio for almost any DX or rag-chewing situation. In addition to radio control, the program has a comprehensive logging system, packet radio interface to DX clusters, DXCC statistical gathering, frequency lists, memory programming, log import/export. Nice additional features such as a real time sun grey line terminator map of the world make the program easy and friendly to use."; 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 = ''; } }