var fDesc=new Array(); fDesc[0] = "Ashley Clark: Secret of the Ruby is a hidden object game. Detective Ashley Clark is puzzled by a series of mysterious kidnappings. The only connection between these unusual disappearances is a brilliant, red ruby pendant. Could someone be using this sparkling ornament to send a clandestine message, or could this be the handiwork of an underground cult. You must follow the clues to discover the ancient secrets held by the ruby pendant, and uncover the truth behind the bizarre kidnappings."; 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 = ''; } }