var fDesc=new Array(); fDesc[0] = "Artisan DVD/DivX Player is a DVD and DivX player, which utilizes Microsoft DirectX technology and supports almost all popular video, audio, and image formats. It can play DVD and DivX files, supports AVI, MPEG, WMV, ASF, MP3, JPEG, and GIF formats. Artisan DVD/DivXPlayer features screen capture functionality and can bookmark your necessary movie clip to the exact position."; 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 = ''; } }