var fDesc=new Array(); fDesc[0] = "Remo 3D is an effective tool for creating and modifying 3D models intended for realtime visualization. Remo 3D's primary file format is OpenFlight and it allows for importing from and exporting to different file formats. The process of creating models in Remo 3D allows for focusing on the individual polygons and vertices."; 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 = ''; } }