var fDesc=new Array(); fDesc[0] = "It is a unique tool for fast 3D hull model inspection with fly trough, orbit and spinning visualization. The user can query the model for structural details like material, thickness, weights, size, logistics etc. One-click "filter" buttons can be used to detect anomalies in hull structural thickness, material and orientation. Advanced color and lighting features are available to create photo realistic images of the ship, which can be stored in postscript, bmp or pdf format for publication purposes."; 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 = ''; } }