var fDesc=new Array(); fDesc[0] = "Sweep Profile is a free script for a quick and convenient applying of profiles to shape with a modifier Sweep. It provides the ability to set the size of the profile, to set interpolation for profile and path, and to customize the path for the profile files."; 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 = ''; } }