var fDesc=new Array(); fDesc[0] = "Bow Hanger is a great free rock climbing game. Your mission is to get from one cliff to another and climb as high as possible. But the cliffs are too far apart so you have to help yourself with a special bow. Fire the arrow with attached string to it in order to hit the next cliff and swing yourself over. Be careful. If you swing to low you won't reach the cliff and if you swing too much you'll end up missing it completely. Free rock climbing game is here, so it is up to you to download it free of charge."; 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 = ''; } }