var fDesc=new Array(); fDesc[0] = "The Screenblast Movie Studio retail package includes the Screenblast Movie Studio application and the Sonic MyDVD application. The Screenblast Movie Studio software allows you to get the most from your digital camera or camcorder by giving you the power to editing your home movies, wedding videos, business presentations and more. The Screenblast Movie Studio package also includes Sonic MyDVD application which provides you with a quick and easy way to put your own videos on DVD discs that can be played on most DVD players and shared 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 = ''; } }