var fDesc=new Array(); fDesc[1] = "the return of the bionically-enhanced Nathan \"Rad\" Spencer, voiced by Mike Patton, the former lead singer of Faith No More. Time has not been kind to Spencer: 10 years after his heroic defeat of the Imperials in the original game."; fDesc[2] = "enhancements. United Offensive presents a similar format to that found in Call of Duty. The player takes part of the game as three Allied soldiers--an American paratrooper, a British SAS commando, and a Soviet infantryman--who are trapped in the great fight against Nazi Germany."; fDesc[3] = "The base is attacked by the air forces of the enemy. The enemy troops are landed periodically."; fDesc[5] = "great FPS action, with beautiful maps, great weapons and lots of accessories. If you are a special forces fanatic, or you are into the FPS scene, give this game a try."; fDesc[7] = ", situated on an island, is being attacked by the air forces of the enemy. The enemy´s attack is done by planes, helicopters and paratroopers. You must destroy the flying machines, and kill the troops that land."; fDesc[10] = "fulfill missions that will change the course of the war. With over 20 missions and very specific skills of each soldier, the amount of thinking you have to do in this game is high, and it's also very fun."; fDesc[12] = "new Domain Name Monitor. Search Engine Commando's proven technology will increase traffic to your web site."; fDesc[14] = "of extra-weapons etc."; fDesc[16] = "before and after views of registrations when anything changes. Receive email alerts when domains expire or become available."; 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 = '...'; } }