var fDesc=new Array(); fDesc[0] = "L32Lookups is an application that is used in conjunction with Logger32. Its purpose is to provide a means to gather data from the various call sign lookup servers and provide that information into Logger32. When you click on a call sign in Logger32, the L32Lookup app will load and do a call sign lookup for the call in the L32 entry window."; 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 = ''; } }