var fDesc=new Array(); fDesc[0] = "Long ago in ancient Persia, Sultan Bahar`s rule inspired the minds of his followers. Although, it was his fair and beautiful daughter, Princess Sadira, who captured their hearts. Can you help Sultan Bahar find a suitable prince for his royal daughter? Each prince must demonstrate his wisdom by solving puzzles within the Sultan`s Labyrinth. In a grueling Hidden Object-themed competition, who will defeat the Sultan`s Labyrinth?"; 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 = ''; } }