//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;
newItem[3] = 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]="What an unusual story! After long years in prison, his life was suddenly changed, and he got out of prison to be a king. Do you want this to take place in your life?";
textdisplay[1]="Time is passing and so are the days of your life which will come to an end at a time you don't know and Jesus is standing at your door knocking. He wants to come in to give you heaven instead of hell. So will you take the opportunity now? ";
textdisplay[2]="Souls lost amidst the crowd.. And others taken by sin’s attractiveness and imaginations And others lost among feelings of loneliness and rejection. Then Jesus came, stretching forth His hands with mercy and love, inviting you to trust His grace, so that you will find life and receive healing…!!!";
textdisplay[3]="God so loved the world (Jn 3:16).. Surely you have read or at least heard these biblical words several times before, but have you ever really understood them??..";


// This is the real menu that will appear in the scrol list
// These items are obligatory
var menuItem = new Array();
menuItem[0] = "From Prisoner to King";
menuItem[1] = "Heaven or Hell";
menuItem[2] = "His Love Heals You From Loneliness and Loss";
menuItem[3] = "There Is A Way";

// 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] = "prisonertoking_en.php";
menuLink[1] = "heaven_or_hell_en.php";
menuLink[2] = "he_heals_you_en.php";
menuLink[3] = "thereisway_en.php";

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

// 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][0] = "Ghada Talaat";

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] = "Ghada Talaat";

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] = "Ghada Talaat";

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

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


