var fDesc=new Array(); fDesc[0] = "GRAPHCAT creates editable photo and art catalogs and albums in Corel WordPerfect. Graphcat reads any directory and creates an editable catalog of the graphics files. It’s automated desktop publishing; a catalog is the start for many projects, and the catalogs created by Graphcat are fully editable. Styles are built-in to each catalog, so changing formatting or the size of every image in a catalog is easily done without rebuilding the catalog."; 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 = ''; } }