var fDesc=new Array(); fDesc[0] = "Diamond Mine! Catch some gem-matching fun with this supercharged Windows version of the hit online puzzle game, featuring hi-res graphics, awesome sound effects, and a brand new killer soundtrack, along with the classic gameplay Diamond Mine fans know and love. Diamond Mine! now named is Bejeweled!Awesome new high-resolution graphics, including 3d gemstones New "click-and-drag" interface makes swapping gems easier than ever Pulse-pounding music soundtrack by famed Future Crew composer Skaven High score list saves the top players in both Timed and Normal modes New Timetrial mode will challenge the best Bejewelers out there! New levels, backgrounds, and bonuses! Hint on demand feature... need a hint? Just click!"; 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 = ''; } }