var fDesc=new Array(); fDesc[0] = "Maxsurf provides fast, flexible and intuitive modelling of all types of hulls, superstructures and appendages. An unlimited number of trimmed NURB surfaces can be used to model any vessel from yachts to workboats to the largest ships. The core of the Maxsurf range, the Maxsurf design module, provides the naval architect with the design tools necessary to create fair, optimised hull forms quickly, accurately and with limited training time. Any number of NURB surfaces can be joined, trimmed and manipulated to create a complete model ready for hydrostatic analysis or construction detailing."; 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 = ''; } }