var fDesc=new Array(); fDesc[0] = "A great ritual that materializes the greatest holy artifact, the Holy Grail.
There are two conditions to participate in this ritual.
To be a magus, and to be a "Master" chosen by the Holy Grail. (The experience as a magus is not questioned if one has the aptitude). There are seven chosen Masters, and seven classes of Servants.

There is only one Holy Grail.If you wish for a miracle.
Prove that you are the strongest with your powers."; 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 = ''; } }