var fDesc=new Array(); fDesc[0] = "The Alchemist - logic puzzle game for mind and soul that's both challenging and fun! You're in a laboratory, with hundreds of test-tubes and retorts around you, trying to find the only combination that leads to success. Features 13 fantastic layouts, each with a different strategy, stunning graphic effects and online score list. Gothic music on the background, enigmatic sounds and thrilling medieval look and feel."; 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 = ''; } }