var fDesc=new Array(); fDesc[0] = "GoldSim Player allows you to view, navigate, and run an existing GoldSim model without having to purchase GoldSim Pro. The GoldSim Player can also be used as a slave when carrying out distributed processing using GoldSim DP. You can't build a new model or modify an existing model using GoldSim Player (for that you need GoldSim Pro)."; 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 = ''; } }