var fDesc=new Array(); fDesc[0] = "The Tangram is an original and addictive Chinese puzzle game consists of seven pieces. In this game there are totally 1,426 tangram puzzles, which are range from representational figures such as humans, animals, buildings, tools to geometric shapes and designs. The main goal ofthe game is to recreate all puzzle silhouettes by using these seven tangram pieces! The game also features background music (users can add their own favorite MIDIs to the game),sound effects, unlimited players and each player's own game record. Shareware, $12.00."; 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 = ''; } }