var fDesc=new Array(); fDesc[0] = "Ezee Records is a program for storing information in simple tables customized to your needs.

Ezee Records' potential uses include telephone and contact lists, DVD or music catalogs, appointments and To Do lists. In fact, Ezee Records is handy wherever you have just a single table of data. The program is unique in being designed just for such records. While you can use other programs such as databases or spreadsheets to do this, these are multi-purpose programs, and so more complicated and difficult to use"; 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 = ''; } }