//CUSTOMIZE TEXT DESCRIPTIONS FOR LINKS

Title = 1;

// This describes what are the new items
var newItem = new Array();
newItem[0] = 0;
newItem[1] = 0;
newItem[2] = 0;

// This is the test that describes each menu item and will
// appear as soon as the item is selected
var textdisplay = new Array();
textdisplay[0]="Though I don’t care much for movies, I surely care a lot about this amazing person the movie was about. I care about the Christ who suffered such pain; His love message to the whole world; the violent torment he endured which screams out calling for ears to hear ..";
textdisplay[1]="In the beginning was the Word, and the Word was with God, and the Word was God … The Word became flesh and made his dwelling among us. We have seen his glory, the glory of the one and only, who came from the Father…. (Jn 1:1, 14) Who, being in very nature God …. but made himself nothing, .";
textdisplay[2]="In the first part, we referred to Jesus Christ’s incarnation as the greatest love story in the history of mankind; a love initiated by God to man. We also pointed to some questions that may be poking the minds of many and we answered one of those questions..";

// This is the real menu that will appear in the scrol list
// These items are obligatory
var menuItem = new Array();
menuItem[0] = "The Sufferings of The Christ";
menuItem[1] = "The Incarnation";
menuItem[2] = "The Inevitableness of Incarnation";

// This is a link to the corresponding page for the menues above
// These are optional and works only if a botton for "GO" exists
var menuLink = new Array();
menuLink[0] = "passion1_en.php";
menuLink[1] = "incarnation1_en.php";
menuLink[2] = "incarnation2_en.php";

// Optional Photo for each menu Item
var menuPhoto = new Array();
menuPhoto[0] = "../../images/passion.jpg";
menuPhoto[1] = "";
menuPhoto[2] = "";

// These Are for the Sub menu Items
// Optional
var subMenu = new Array();
var subMenuLink = new Array();
var subMenuWriter = new Array();
var subMenuNew = new Array();
var subMenuHeaderFlag = 0;
var choiceButton = 1;

subMenu[0] = new Array();
subMenuLink[0] = new Array();
subMenuWriter[0] = new Array();
subMenuNew[0] = new Array();

subMenu[0][0] = "";
subMenuLink[0][0] = "";
subMenuWriter[0][1] = "Dr. Youhanna Reda";

subMenu[1] = new Array();
subMenuLink[1] = new Array();
subMenuWriter[1] = new Array();
subMenuNew[1] = new Array();

subMenu[1][0] = "";
subMenuLink[1][0] = "";
subMenuWriter[1][0] = "Dr. Youhanna Reda";

subMenu[2] = new Array();
subMenuLink[2] = new Array();
subMenuWriter[2] = new Array();
subMenuNew[2] = new Array();

subMenu[2][0] = "";
subMenuLink[2][0] = "";
subMenuWriter[2][0] = "Dr. Youhanna Reda";

