var fDesc=new Array(); fDesc[0] = "3DXchange5 is a robust, streamlined conversion and editing tool that connects iClone to a universe of 3D content. Users are able to import bi-ped, animated skin-bone characters and their animations for use in iClone, and also export iClone characters and animations to external 3D applications and video game engines."; 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 = ''; } }