var fDesc=new Array(); fDesc[0] = "Are you ready for an incredible action game with stunning graphics and sound? How about spectacular 3D animation that puts "Duke Nukem 3D" and "Descnet" to shame? With Vinnie's Tomb, you'll experience first hand, the game you were not looking for. In the game, you take on the role of Vinnie the pierrot. You are on a journey to find the forbidden treasure of Ernie York. It is allegedly buried in your Great Great Great Great Not So Great Grandfather's electronic store. Long ago the store was converted into a tomb."; 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 = ''; } }