var fDesc=new Array(); fDesc[0] = "Smart DVD creator quickly creates and burns home video DVDs from your multi-media files, so you can enjoy them on your home TV or PC. It's so flexible that you can simply move the quality slider to adjust the output quality - or easily define advanced settings, if you like. And with PRO Creator's file conversions you can also share your memorable moments over the Net with family and friends."; 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 = ''; } }