var fDesc=new Array(); fDesc[0] = "In Software Inc, you construct and design buildings for optimal working conditions. You must hire people to design and release software, so you can defeat the simulated competition and take over their businesses. You should manage and educate your employees to make sure they are skilled and satisfied with their job. You compete in a simulated and randomly populated market by selling your products, taking on contract work, creating patents, making deals or trading stocks"; 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 = ''; } }