var fDesc=new Array(); fDesc[0] = "This is a worldwide contest logging application for Windows. It has an intuitive interface which lists all your contacts. The country multipliers are listed by band. It displays the continent worked, beam heading and distance from your QTH. CQ WW DX Contest Log can also be interfaced with most Elecraft, Icom, Kenwood, and Yaesu radios."; 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 = ''; } }