var fDesc=new Array(); fDesc[0] = "Trust 532AV Power Video is a video driver for Trust 532AV Power Video 2.0 MP Digital Camera. The compatible operating systems for this software are: Windows Xp,Me,Win 98,2000. With the help of Trust 532AV Power Video, the user can enhance the picture quality of his photos, save his work, playback his videos and much more."; 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 = ''; } }