var fDesc=new Array(); fDesc[1] = "dark history of this New Yorker police detective who had to infiltrate with the worst criminals of the local mafia to find out about the death of his family."; fDesc[2] = "developer’s website. It is possible to try for free the downloadable demo version for 14 days. In fact we can play only for 7 days, leaving the rest for warming up. Most of the features are only available for the registered version."; fDesc[3] = "capture driver or compatible. Now video and audio streaming has been added."; fDesc[4] = "the previous version, showing action from Iraq to Nevada, in an alien invasion, where you will be responsible for the stopping of the plague."; fDesc[5] = "environments for 3ds Max, Cinema4D, LightWave, Maya and XSI programs. Vue xStream was developed for CG professionals. It can be used by architects, film makers and so on. Using this software you can create and edit any scenes, and also there are a lot of unique tools for scenery creation."; fDesc[6] = "play on 7 grounds: clay, grass, synthetic, 2 hards, 2 indoors. In world tour, you have 125 tournaments and the Davis Cup to play, against 300 players."; fDesc[7] = "use with the house builder wizard to build your space with all the specifications you desire. You can add walls, colors, furniture, lighting, landscapes, plants, shrubs, trees, pathways, etc. It includes a lot of libraries. Also you can create animation, calculate measurements and cost estimating."; fDesc[9] = ", synthetic, 2 hards, 2 indoors. In world tour, you have 125 tournaments and the Davis Cup to play, against 300 players."; fDesc[10] = "is a group of soldiers specialized in combating terrorism. The software allows you to engage the enemy in expansive indoor and vast outdoor environments as you command a team of especially skilled soldiers."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }