var fDesc=new Array(); fDesc[0] = "NOPE is a simple utility which downloads your NodePhone call listings from Internode and sorts and displays these calls in several reports. (Downloaded data is stored locally in CSV files to avoid having to download data each time you want to generate a report.) When sorted by 'Name', NOPE links phone numbers to names stored in NOPE's database, and groups all calls by name with a subtotal of call costs. NOPE also provides reports with calls sorted by date, phone number, cost, type and duration."; 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 = ''; } }