var fDesc=new Array(); fDesc[0] = "Guide your hero to win the hand of his love by becoming the King of an island paradise. This sequel to the hit simulation game expands on everything you loved and adds a ton of new features. Expand your village by building, exploring and solving a variety of fun mini-games including Match-3, Hidden Object scenes, Gardening and more. Use your pet monkey to help you explore the island and find hidden items. Collect birds, catch fish and dig up ancient treasures. This game is packed with activities and will keep you entertained for hours on end."; 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 = ''; } }