var fDesc=new Array(); fDesc[0] = "CDOrc - MenuOrc is a program that easily lets you create autorun menus for your CDr, CDRW, zip-drive or DVD-Ram. Simply start the wizard, chose names, designs and sounds and add the files you want to appear in the autostart menu. Features possibility to export projects to your CDr Software, so you don't need to worry about anything, the MenuOrc does it all for you editable designs and premade designs, customizable categories with customizable icons for each category support print function for CD covers (fully customizable) easy creation of info files for added programs a powerful wizard, that helps you through the creation-process possibility to add URLs to the autostartmenu."; 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 = ''; } }