var fDesc=new Array(); fDesc[0] = "A tool can generate Product Catalog in HTML, Movie & PDF. CatStudio provides a features-rich environment to create Product Catalog in HTML, Movie or PDF format. Besides the product information, It allows to add different types of content, includes: Flash animation, images, text, and others. The Web Catalog generated can be burnt into CD directly as a autorun HTML CD. The movie catalog output can be converted to VCD format easily. The PDF catalog is a portable output which can be distributed freely."; 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 = ''; } }