var fDesc=new Array(); fDesc[0] = "Hunter Dan's Bowfishing is the ultimate outdoor adventure where you will have to fight against underwater monsters. The game offers you a variety of challenges to test your bowfishing and survival skills. There is a Tournament Play with 5 different modes (The Grand Tournament Day, The Grand Tournament Night, The Scavanger Hunt, The World Record Tournament Day, The World Record Tournament Night) as well as the Amazon Survival Gauntlet. The latter is a great adventure where you start off to help a less fortunate species and end up trying to save yourself."; 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 = ''; } }