var fDesc=new Array(); fDesc[0] = "3D-Coat is a 3D design software with a variety of tools, commands, and workflows to render your idea into textured 3D models. 3D-Coat is structured into clearly defined “Rooms” which house all of the appropriate functions for any given stage of model development. You get Voxel Room, Retopo Room, Tweak Room, UV Room, Paint Room, and Render Room for applying different modifications/morphs to your mesh/model."; 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 = ''; } }