var fDesc=new Array(); fDesc[0] = "The World at War Minimod is an add-on for Forgotten Hope 2. It will not interfere with any stock FH2 files in any way, so it does not affect your normal FH2 gaming. The minimod is built so that it's files are only loaded map side. This means only maps that have been set up to use the minimod are able to access the files. To use the minimod you only need to open FH2 normally, and either create or connect to a server playing one of our maps.

The Minimod contains tweaks and additions to better suit the game play for the World at War tournament. Most of the new additions are modified FH stuff."; 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 = ''; } }