var fDesc=new Array(); fDesc[0] = "CD Start-It is a versatile software package which allows users to create auto starting CD-ROMs. Presentations made with CD Start-It can include any number of interactive options like Splash Screens, Drive Icons, and the ability to automatically start any file from CD (including Microsoft PowerPoint presentations). CD Start-It works by allowing users to specify custom Auto Start settings/features, which can then be burned using your favorite burning software to CD-R or CD-RW. Computers running Microsoft Windows which have their Auto Play setting enabled will automatically launch presentations created using CD Start-It from your CDs."; 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 = ''; } }