var fDesc=new Array(); fDesc[0] = "This Patch does fix an issue with different OS version where codepages were ignored in the previous version. It will update the Crossfire launcher to version 1.55 and implement a selfupdate process. The Crossfire 1.7a Patch is an optional update for players which have problems with the automatic update of the Crossfire 1.7 mod."; 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 = ''; } }