var fDesc=new Array(); fDesc[0] = "Flash Shopping Catalog is a program that provides a very easy way to design an elegant and attractive catalog from a PDF in minutes. The program develops a new way to create product catalogs and promote and sell them online. Various output formats, like HTML, ZIP, EXE, APP, CD/DVD, and a mobile version enable you to present catalogs to your fans and clients in multiple ways. You can also easily share via e-mail, social websites like FaceBook, Twitter, Google, Yahoo!, etc. With Flash Shopping Catalog, you can create your catalog on CD or publish it on a website. You can attach audio and video clips along with your products. Your customers can e-mail, print or fax orders. It also provides a slideshow and image editor."; 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 = ''; } }