var fDesc=new Array(); fDesc[0] = "It's hick Season - Year 'Round! Feel the thrill of hunting Hicks alongside Ralph Bambillo, the deer with an attitude. Practice aiming with your Beer'Can Gun, Net Gun, or Stun Gun at the target range, or choose to hunt them in their natural habitats. Then get ready to lock your sights on a big seven toothed hick!"; 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 = ''; } }