var fDesc=new Array(); fDesc[0] = "Falling block games are almost as abundant as free AOL CDs and telemarketers, so why do you need a new one? Well, Cowtris may not have many more features than your average tetris game, but there is one major difference that sets it apart. Mighty few of the other games feature our bovine friends. In addition, Cowtris features great music and cow sound effects, and offers a two-player mode and several additional features. The object of the game is to make complete horizontal rows by rotating and moving the cows horizontally as they fall from the top of the screen. When a row is completed, it disappears and all the rows above it move down. The game ends when the cows reach the top of the screen."; 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 = ''; } }