var fDesc=new Array(); fDesc[0] = "Scars of Destiny is a hidden object game for Windows users. Two young newlyweds have received an anonymous gift from someone at their wedding. Peter, the groom, has disappeared, and his bride needs your help. You must use ancient Indian magic to find her husband. You will meet a shaman, find a book of magic rituals, learn to make magic drinks and search the mysterious mansion."; 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 = ''; } }