var fDesc=new Array(); fDesc[0] = "Birdish Petroleum is an interesting physics puzzle game. Help the birds claim revenge on the oil companies. Loosen nuts, drop bombs, launch rockets and trigger various acts of nature to destroy oil tankers. It has an easy interface. Just use your mouse and follow game hints. You can download the game by saving the swf and play offline any time you want."; 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 = ''; } }