var fDesc=new Array(); fDesc[0] = "Hidden & Dangerous 2: Sabre Squadron is a 1st-3rd person tactical action World War 2 game. It is the expansion for Hidden & Dangerous 2 game that takes you through such locations as Libya, Burgundy, Sicily and La Rochelle. The missions are based on sandbox style game-play where players are free to roam a map and pursue objectives usually at their leisure and choice of sequence."; 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 = ''; } }