var fDesc=new Array(); fDesc[0] = "GeoStudio 2007 SIGMA/W Add-Ins is a product that adds functions to all new constitutive models in SIGMA/W. It enables you to perform a simple linear elastic deformation analysis or a highly sophisticated, nonlinear elastic-plastic effective stress analysis."; 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 = ''; } }