var fDesc=new Array(); fDesc[0] = "Crazy Duck Hunter is a funny duck hunting game for Windows users. Demonstrate your hunting skills and accuracy in Duck Hunt and kill 100 ducks as fast as you can. If you are lucky and do it in 15 minutes, you'll get a bonus. Choose Duck Crossing mode and try to stop the birds flying from the South to the North."; 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 = ''; } }