var fDesc=new Array(); fDesc[0] = "Profili is a program developed to help the 'do it yourself' modellers. This Pro version of Profili can assist you in: searching for the right airfoil for your application, creating new airfoils, analysing the airfoil aerodynamic, drawing, plotting or printing all the ribs for a trapezoidal or elliptical wing or the foam cutting templates, cutting file generation for ribs and templates with a 3 Axys CNC milling machine and much more."; 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 = ''; } }