var fDesc=new Array(); fDesc[0] = "Pinnacle Expression is a nice and easy to manipulate tool. It is easy to install. It can help you to convert DV tapes and still images into interactive DVDs, VCDs, and SVCDs. It offers you allot of features. It has a nice interface which makes it more attractive. With this software, you will be able to create digital albums."; 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 = ''; } }