function onLoad() {
    window.onResize = onLoad;
    loadMenus();
}

function loadMenus() {
    //Dynamic Menus
    window.myMenu = new Menu();
    myMenu.addMenuItem("His life in six chapter","top.location='http://www.saintjohnwonderworker.org/lifeidx.htm'");
    myMenu.addMenuItem("St. John of tobolsk","top.location='http://www.saintjohnwonderworker.org/tobolsk.htm'");   
 	myMenu.addMenuItem("Remembering Vladika John","top.location='http://www.saintjohnwonderworker.org/rememb.htm'");   
 	myMenu.addMenuItem("His love of animals","top.location='http://www.saintjohnwonderworker.org/dove.htm'");
	
	myMenu.disableDrag = true;	
    myMenu.menuItemBgColor = "#cc9999";
	myMenu.fontSize = 12;
	myMenu.fontWeight = "bold";
	myMenu.fontFamily = "arial, helvetica, espy, sans-serif";
	myMenu.fontColor = "white";	
	myMenu.menuBorder = 1;
	myMenu.menuItemBorder = 1;
	myMenu.menuItemIndent = 10;
	myMenu.menuItemHeight = 20;
    myMenu.menuItemWidth  = 180;      
	
	 window.myMenu2 = new Menu("living place menu");
	 myMenu2.addMenuItem("In France","top.location='http://www.saintjohnwonderworker.org/julem01.htm'");
     myMenu2.addMenuItem("In Shanghai","top.location='http://www.saintjohnwonderworker.org/euphem.htm'");  
    myMenu2.addMenuItem("Cathedral in Shanghai","top.location='http://www.orthodox.cn/multimedia/stjohn_en.htm'");
 	 myMenu2.addMenuItem("In the Netherlands","top.location='http://www.saintjohnwonderworker.org/dutch.htm'");
	 myMenu2.disableDrag = true;	
     myMenu2.menuItemBgColor = "#cc9999";
	 myMenu2.fontSize = 12;
	 myMenu2.fontWeight = "bold";
	 myMenu2.fontFamily = "arial, helvetica, espy, sans-serif";
	 myMenu2.fontColor = "white";	
	 myMenu2.menuBorder = 1;
	 myMenu2.menuItemBorder = 1;
	 myMenu2.menuItemIndent = 10;
	 myMenu2.menuItemHeight = 20;
     myMenu2.menuItemWidth  = 140;   
	 
	 window.myMenu3 = new Menu("speeches menu");
	 myMenu3.addMenuItem("To the youth of today","top.location='http://www.saintjohnwonderworker.org/youth.htm'");
     myMenu3.addMenuItem("Time to build","top.location='http://www.saintjohnwonderworker.org/whychch.htm'");   
 	 myMenu3.addMenuItem("Laboring with Christ","top.location='http://www.saintjohnwonderworker.org/address.htm'");
	 myMenu3.addMenuItem("Sermons/Articles","top.location='http://www.saintjohnwonderworker.org/sermondx.htm'");
     myMenu3.addMenuItem("Final Golgotha","top.location='http://www.saintjohnwonderworker.org/trial.htm'");   
	 
	 myMenu3.disableDrag = true;	
     myMenu3.menuItemBgColor = "#cc9999";
	 myMenu3.fontSize = 12;
	 myMenu3.fontWeight = "bold";
	 myMenu3.fontFamily = "arial, helvetica, espy, sans-serif";
	 myMenu3.fontColor = "white";	
	 myMenu3.menuBorder = 1;
	 myMenu3.menuItemBorder = 1;
	 myMenu3.menuItemIndent = 10;
	 myMenu3.menuItemHeight = 20;
     myMenu3.menuItemWidth  = 140;   
	 
	 window.myMenu4 = new Menu("tomb menu");
	 myMenu4.addMenuItem("An eyewitness account","top.location='http://www.saintjohnwonderworker.org/open.htm'");
     myMenu4.addMenuItem("The incorruptibility of Holy Relics","top.location='http://www.saintjohnwonderworker.org/incorrup.htm'");   
 	 myMenu4.addMenuItem("The official account","top.location='http://www.saintjohnwonderworker.org/stjohn2.htm'");
	 
	 myMenu4.disableDrag = true;	
     myMenu4.menuItemBgColor = "#cc9999";
	 myMenu4.fontSize = 12;
	 myMenu4.fontWeight = "bold";
	 myMenu4.fontFamily = "arial, helvetica, espy, sans-serif";
	 myMenu4.fontColor = "white";	
	 myMenu4.menuBorder = 1;
	 myMenu4.menuItemBorder = 1;
	 myMenu4.menuItemIndent = 10;
	 myMenu4.menuItemHeight = 20;
     myMenu4.menuItemWidth  = 200;   
	 
	 window.myMenu5 = new Menu("his world");
	 myMenu5.addMenuItem("The place of lives of Saints","top.location='http://www.saintjohnwonderworker.org/Saints.htm'");
   // myMenu5.addMenuItem("The price of sanctity","top.location='http://www.saintjohnwonderworker.org/sanc01.htm'");   
 	 myMenu5.addMenuItem("A pilgrimage to places in America","top.location='http://www.saintjohnwonderworker.org/pilgrim.htm'");
	 
	 myMenu5.addMenuItem("A Forum of views","top.location='http://www.saintjohnwonderworker.org/forum.htm'");
     myMenu5.addMenuItem("Personal Accounts of his canonization","top.location='http://www.saintjohnwonderworker.org/canidx.htm'");   
 	 myMenu5.addMenuItem("Eastern Orthodox Prayer Services","top.location='http://www.saintjohnwonderworker.org/servndx.htm'");
	 myMenu5.addMenuItem("The holy sepulchre of Him","top.location='http://www.saintjohnwonderworker.org/sepulchre.htm'");
	 
	 myMenu5.disableDrag = true;	
     myMenu5.menuItemBgColor = "#cc9999";
	 myMenu5.fontSize = 12;
	 myMenu5.fontWeight = "bold";
	 myMenu5.fontFamily = "arial, helvetica, espy, sans-serif";
	 myMenu5.fontColor = "white";	
	 myMenu5.menuBorder = 1;
	 myMenu5.menuItemBorder = 1;
	 myMenu5.menuItemIndent = 5;
	 myMenu5.menuItemHeight = 20;
     myMenu5.menuItemWidth  = 240;    
	 
	 myMenu.writeMenus();	 
}



