var fDesc=new Array(); fDesc[0] = "Is a graphics program which allows to model and render 3D objects and scenes. It runs on Windows 3.1 (win Win32s Extension) Windows95/NT and Linux; it can create and modify graphically b-rep, blob, NURBS models; object can be logically intersected or subtracted; text can be converted into solid objects using True Type fonts; polyline and NURBS curve can be edited and used to build rotation and sweep solids; objects can be linked using skeleton to easily move them."; 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 = ''; } }