var fDesc=new Array(); fDesc[0] = "Alchemy Deluxe -Play an awesome new version of the magical puzzle game!Alchemy Deluxe!Here it is, hard on the heels of Bejeweled for Windows... the downloadable version of ALCHEMY! Now you can play anytime you like, offline or on! But that's not all! Alchemy for Windows is packed with exciting new features: Save your high scores and upload them to the internet to compete with Alchemy players around the world! Spectacular new hi-res graphics make the magic come alive! Brand new mystical soundtrack by famed Future Crew composer Skaven New TIMETRIAL mode lets you challenge Alchemy Deluxe in real time! All new level backgrounds and mystery gems! Hint on demand feature if you get stuck"; 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 = ''; } }