var fDesc=new Array(); fDesc[0] = "According to the Game's instruction manual, the story takes place in a World called Elhorn, the home of the Kingdom of Zebulos. The instruction manual also describes the "past" and "present" events of the game's back story.

The "past" tells you about how the first King El Zebulos fought against some would-be invaders who sailed in a powerful ship called the Pigstar, and lead his clan against them with courage and Conviction.

After defeating the invaders, El Zebulos was made ruler of the land, and the Pigstar was placed under a magic seal so it wouldn't fall into enemy hands"; 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 = ''; } }