var fDesc=new Array(); fDesc[0] = "Cassandra's Journey 2: The Fifth Sun of Nostradamus is an adventure game playable under Windows XP or Vista. Cassandra finally has her magical ring back, and must now find and banish a mysterious demon that has come to our world. Along the way, you’ll learn new magical spells and help Violet find her missing brother, Michael. Cassandra’s Journey 2: The Fifth Sun of Nostradamus will test all of your Hidden Object talents with unique gameplay and interesting minigames. The game is a quest for banishing the demon and saving the world from evil."; 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 = ''; } }