var fDesc=new Array(); fDesc[0] = "This software allows you to view Phantom Cine files and can be used as a demo of standard Phantom software. You can convert cine files to other file formats. And, you can also do image processing end can import image and video files to edit they`r gamma, gain, saturation, hue and aply diferent filters"; 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 = ''; } }