var fDesc=new Array(); fDesc[0] = "Stardust AutoPlay Engine 1.4 lets you create small, fast-loading autoplay teasers for your CD products, that will work on all end-user systems, with no bugs or external dependencies. You can use your own graphics, sounds, and animated hotspots, allowing you to design your autoplay teaser with the look you want. No programming is required - just create the graphic files, then define the hotspots and their behavior in a simple INI file. Included utilities let you configure hotspots to display documents, and link hotspots to web pages. The runtime engine is royalty-free and can be distributed with all your CD products."; 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 = ''; } }