var fDesc=new Array(); fDesc[0] = "IndustrieGigant is a successful career game. Take on the role of an entrepreneur in the year 1900.

Experience the new industrial era marked by the beginning of mass production, and steer your company through turbulent times right up to the age of information.

Your task is not easy, as you alone are responsible for extracting and processing raw materials, selecting a site, building transportation networks, and overseeing sales and advertising.

But don't worry, as the innovative pop-up menu system, an interactive tutorial, and the easy-to-understand rules of play all make it extremely easy for you to get started.

Main features:
-Over 150 different raw materials and end products
-New industry sectors
-Business is affected by seasonal demand
-Optimal overview of all basic information
-Over 50 different means of transport
-Smooth zooming action - from macro perspectives to cloud level
-Multiplayer capability over LAN or the Internet
-Resolution: 1024 x 768 to 1600 x 1200"; 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 = ''; } }