var fDesc=new Array(); fDesc[0] = "Shapescape is an easy to use Windows computer program that automates the process of designing and constructing polyhedral models. Shapescape can also produce animated GIF files of rotating polyhedra.

Thirty five polyhedra are supplied with the program (octahedron, dodecahedron, icosahedron, etc) to start with. These polyhedra can be manipulated in various ways to produce more complicated shapes. Eighty six polyhedra are include for designing animated GIF files."; 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 = ''; } }