var fDesc=new Array(); fDesc[0] = "The editing of Poser files is one of the most mundane tasks in the whole of the content development process. It turns a lot of the manual editing,you can remove any trace of the ControlProp entries in .cr2 files,remove Default Material entries in .cr2, .mc6 and .pz2 files 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 = ''; } }