var fDesc=new Array(); fDesc[0] = "Soldis FRAME DESIGNER is a simple and intuitive application intended for creating and analyzing constructions. It is widely used in design offices and by students of all major universities of technology within Europe. The application consists of multiple modules merged into one environment. Every module adds certain functionality to the application. Modeler is the main module of the application, which allows you to create and edit computational model. Its convenient interface lets you define any constructional scheme quickly and intuitively (geometry, loads, supports). The module has features like tracking angles and characteristic points, which are known from CAD applications."; 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 = ''; } }