var fDesc=new Array(); fDesc[0] = "Autoplay Menu Designer lets you create programs that automatically run when you open a CD or DVD. It can build interactive Windows-based autorun applications or interactive Web applications that are built on the HTML5 standard. The Web application allows you to distribute your application for any modern device (computers, tablets, phones) that has a browser.

AutoPlay Menu Designer lets you create your CD menu with the wizard, where you can select the project layout from many pre-built templates."; 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 = ''; } }