var fDesc=new Array(); fDesc[0] = "Xfrog Full is the windows-based modeler which contains all the modeling features of Lite, plus has animation capabilities - all sliders can be keyframed and the result imported into Maya, 3ds max, Lightwave, and Cinema4D. Xfrog 3.5 Full has many thousands of users worldwide, including Sony Imageworks, Intel Research, the BBC, Moving Picture Company, and many 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 = ''; } }