var fDesc=new Array(); fDesc[0] = "Alchemy Classic for Windows is a simple puzzle game.. You have only four start elements: Air, Earth, Water and Fire. Try to combine them to find new elements. Pass the evolution path from bacteria to mammals.
In Alchemy Classic for Windows you can see the icons, animation and sounds for all elements. For update to the new version uninstall previous."; 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 = ''; } }