var fDesc=new Array(); fDesc[0] = "SimpleGeo is an interactive solid modeler which allows for flexible and easy creation of the models via drag and drop, as well as on-the-fly inspection. It allows the user to interactively build geometries using a number of basic primitives that are connected by Boolean operation. In addition it includes debugging facilities, based on stochastic as well as deterministic methods."; 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 = ''; } }