var fDesc=new Array(); fDesc[0] = "Heroes of Might and Magic III Complete HD is a non-official fan made add-on (multifunction patch) for Heroes of Might and Magic 3. Initially, the add-on was created to change the original game resolution 800x600 to a bigger but now it has even more features. This program does not affect the original gameplay and improves the interface functionality, makes it more comfortable to play and fixes a some original game bugs."; 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 = ''; } }