var fDesc=new Array(); fDesc[0] = "GoVenture Small Business simulation is a realistic business simulation that recreates the day-to-day experiences involved in starting and running a small business. Like a flight simulator for business, GoVenture Small Business puts you in the role of founder and CEO of your own virtual business, while engaging you in realistic situations and problems. It’s easy to use, visual, interactive, and exciting!"; 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 = ''; } }