var fDesc=new Array(); fDesc[0] = "This is a small, simple and very fast Windows search program that goes to another level. The program interfaces with RAC, QRZ or buckmaster call books to provide the address of the Qsl Manager for The DX station you are looking up. You can save this address information to a Text file by using the output button and then use this Information with your favorite label program."; 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 = ''; } }