var fDesc=new Array(); fDesc[0] = "GSolaar is an open source software, an utility that manages solids whose polyhedron. GSolaar let you browse an infinite set of uniform polyhedra or load your own solids

Three buttons let you treat non convex polyhedra as needed. GSolaar let you navigate among vertices, edges and wings of your solid.

Main features:
-Visualization, handling, navigation of these solids
-Treatment of non convex stellated polyhedra
-Generation of patterns for paper buildings (in ps or svg output)
-Generation of Ruby scripts in order to get the solids in SketchUp"; 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 = ''; } }