var fDesc=new Array(); fDesc[0] = "CD Menu Studio is the easiest way to create autorun menus for your CD, DVD and USB Stick. With CD Menu Studio and a little imagination you can build and share a huge variety of handy projects. Simply click to create a project, edit the content, and burn the project to CD/DVD. CD Menu Studio will do all the rest, and includes flexible options to make it easy for you to share your finished projects."; 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 = ''; } }