var fDesc=new Array(); fDesc[0] = "Autorun MAX!™ 2.1 gives you the power to create professional looking autorun / autoplay menus for use on CD’s and DVD’s. And you don’t have to be a software programmer to do it. With its intuitive workspace and drag-and-drop objects, it’s quick to learn and easy to use. Simply add content such as photos, videos, music, and text to your pages and position them using your mouse."; 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 = ''; } }