var fDesc=new Array(); fDesc[0] = "RoloFlex: amazing personal contact manager (CRM) and information center (PIM) for home/office usage. Freeware No Strings for Personal Use: Minimum cost for Commercial Application. Runs on Visual DataFlex. AutoDial thru your faxmodem, Callback Dates, Contact History, Phones/Email, Color and Fonts in Notes Section, Database Entry of up to 16 million people! Meet Rolo, the mascot!"; 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 = ''; } }