var fDesc=new Array(); fDesc[0] = "THE LOST CROWN: A Ghost-Hunting Adventure is a dark tale of myth, murder and mystery, set on England's fog shrouded coast. You can join ghost-hunters, Nigel Danvers and Lucy Reubans as they uncover the mysteries of an English Harbour Town and search for a long lost treasure."; 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 = ''; } }