var fDesc=new Array(); fDesc[0] = "HCC is a Windows Application for the Fantasy MMORPG game Horizons a.k.a. Istaria which allows it's Players to browse through the huge ingame item/formula, technique and components database, create orders as well as manage a crafter profile. The HCC application is now much faster, with a smaller footprint."; 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 = ''; } }