var fDesc=new Array(); fDesc[0] = "Soft4Boost DVD Creator is an easy-to-use disc authoring and burning software that lets you do more with digital media. It has been designed to help you organize your video footage into a professional and good-looking DVD project. Create DVD discs with personalized menus Enhance them with titles, music and effects. Choose from a set of handy and professionally created presets. Burn the project to DVD and share with friends and family."; 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 = ''; } }