var fDesc=new Array(); fDesc[0] = "This is a desktop application written in Adobe AIR for DM500 users who use the Pli Software and want direct access to the Pli DM500 wikipedia called PLi Wikipedia Tools.Will work on the MAC and Windows (XP/Vista) 100%. No known issues with this version, bar no back button, use the wiki links at the bottom of each page."; 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 = ''; } }