var fDesc=new Array(); fDesc[0] = "Jeweller: The Cursed Treasures is a match three game for Windows users. A jeweler is tasked with the restoration of some timeworn jewelry, but when he mysteriously disappears, rumors circulate that the pieces may be cursed. You must help the jeweler's wife get her husband back by obtaining the gems necessary to complete the quest's mosaic. You will progress through 7 exciting chapters and 60 challenging levels as you race to repair the mystic jewelry."; 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 = ''; } }