var fDesc=new Array(); fDesc[0] = "GoVenture Micro Business simulation is an easy-to-use program that introduces you to the experience of running your own micro business. It’s the perfect first step for younger students or adults who need to start with the basics of running a business. It also offers the opportunity to apply concepts in other subjects such as math, finance, career, or general life skills in a fun business setting.

Like a flight simulator for business, GoVenture Micro Business puts you in the role of the owner of a mobile business cart, where you must decide what products to sell and where and when to sell them in order to maximize profits."; 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 = ''; } }