var fDesc=new Array(); fDesc[0] = "Soft4Boost DVD Cloner makes it easy to make copies of CDs and DVDs. It supports all the disc formats that your optical drive can read. It can also be used to copy selected video clips from video DVDs. This application has an easy-to-use interface with 11 skin styles."; 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 = ''; } }