var fDesc=new Array(); fDesc[0] = "kHED is a simple and powerful 3D modeling editor. It is designed specially for creating polygonal models with low polygon counts for computer games. This program provides various tools for creating and modifying objects. Also, it includes a powerful Texture Coordinates Editor (UV Editor), that can handle weld/unweld element parts and has a handy 3D selection window."; 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 = ''; } }