var fDesc=new Array(); fDesc[0] = "ColorCode 3-D Player is the perfect tool to view 3-D DVD's and movies on PC, TV and Home Cinema in stunning 3-D as well as for Professional presentations. Finally studios and postproduction companies can benefit from using the player as a preview tool prior to the final ColorCode 3-D Pro encoding of their 3-D material."; 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 = ''; } }