//CUSTOMIZE TEXT DESCRIPTIONS FOR LINKS

Title = 0;

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

// 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]="What is the your mental picture about ministry? Do you accept an ordinary ministry that moves with normal pace? Are you satisfied to attend spiritual meetings and perform the usual tasks required from you there - in the meeting or church where you belong – or do you have yearnings for a glorious ministry? ";
textdisplay[1]="God’s call is what really makes a minister’s life so unusual. This call is not a human assignment but rather a direct delegation from the Lord to a Christian in order to fulfill God’s purpose and to further his kingdom on earth. ";

// This is the real menu that will appear in the scrol list
// These items are obligatory
var menuItem = new Array();
menuItem[0] = "A Glorious Ministry";
menuItem[1] = "Do Not Give Up Your Call";

// 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] = "";
menuLink[1] = "";

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

// 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 = 0;

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

subMenu[0][0] = "The Glorious Ministry of the New Covenant";
subMenuLink[0][0] = "glorious1_en.php";
subMenuWriter[0][0] = "Dr. Youhanna Reda";
subMenuNew[0][0] = 1;


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

subMenu[1][0] = "Do not give up your call";
subMenuLink[1][0] = "yourcall_en.php";
subMenuWriter[1][0] = "Ghada Talaat";
subMenuNew[1][0] = 1;


