var fDesc=new Array(); fDesc[0] = "H3DViewer is a browser in which X3D scenes can be loaded and modified at run time through the tree view. It is also possible for H3DViewer to load plugins which contains custom made H3D nodes. With this distribution a couple of plugins are included to handle graphics and haptics volume rendering, haptic user interface and rigid body physics simulations."; 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 = ''; } }