var fDesc=new Array(); fDesc[0] = "Industry Giant II - This brand-new business simulation starts in America at the dawn of the 20th century. Trade and economy range from the humble beginnings of industrial mass production to the age of information technology. The player, as in the predecessor IndustryGiant, again takes over the super-entrepreneur's role. The game objective is to establish a powerful business company. To do so, you will have to manage every aspect of the production cycle: Acquire resources, process raw materials into marketable products, manage logistics and sales. Of course, Industry Giant 2 offers significantly more features than its predecessor."; 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 = ''; } }