function init()
{
	menus[0] = new menu(20, "horizontal", 30, 195, 2, 2, "img:images/menu/bg.gif", "#A9A9A9", "Arial,Helvetica", 9, "bold", 
		"bold", "white", "white", 0, "gray", 2, "", false, true, true, false, 0, true, 0, 0, "");
	menus[0].addItem("index.html", "", 100, "center", "<img src=images/menu/home.gif>", 0);
	menus[0].addItem("#", "", 100, "center", "<img src=images/menu/jamaat.gif>", 1);
	menus[0].addItem("#", "", 100, "center", "<img src=images/menu/ziyarat.gif>", 2);
	menus[0].addItem("madrasah.html", "", 100, "center", "<img src=images/menu/madrasah.gif>", 0);
	menus[0].addItem("#", "", 100, "center", "<img src=images/menu/mediacenter.gif>", 3);
	menus[0].addItem("#", "", 100, "center", "<img src=images/menu/cityinfo.gif>", 4);
	menus[0].addItem("underconstruction.html", "", 100, "center", "<img src=images/menu/links.gif>", 0);
	menus[0].addItem("#", "", 100, "center", "<img src=images/menu/contactus.gif>", 5);
	//menus[0].floatMenu(1024, 768, 10, 0);
	
	menus[1] = new menu(100, "vertical", 0, 0, -5, -5, "white", "#BC8821", "Arial,Helvetica", 9, "", 
		"bold", "black", "white", 1, "black", 2, "", false, false, false, false, 0, true, 0, 0, "");
	menus[1].addItem("amilsaheb.html", "", 20, "center", "Amil Saheb", 0);
	//menus[1].addSeparator(1, "black");
	//menus[1].addItem("#", "", 20, "center", "Committee 1", 0);
	//menus[1].addSeparator(1, "black");
	//menus[1].addItem("#", "", 20, "center", "Committee 2", 0);
	//menus[1].addSeparator(1, "black");
	//menus[1].addItem("#", "", 20, "center", "Committee 3", 0);

	menus[2] = new menu(100, "vertical", 0, 0, -5, -5, "white", "#BC8821", "Arial,Helvetica", 9, "", 
		"bold", "black", "white", 1, "black", 2, "", false, true, false, false, 0, true, 0, 0, "");
	menus[2].addItem("ziyarat.html", "", 20, "left", "Sasa Bin Sohan", 0);
	menus[2].addSeparator(1, "black");
	menus[2].addItem("ziyaratcontact.html", "", 20, "left", "Contact Details", 0);

	menus[3] = new menu(100, "vertical", 0, 0, -5, -5, "white", "#BC8821", "Arial,Helvetica", 9, "", 
		"bold", "black", "white", 1, "black", 2, "", false, true, false, false, 0, true, 0, 0, "");
	menus[3].addItem("/gallery2/", "", 20, "left", "Photo Gallery", 0);
	menus[3].addSeparator(1, "black");
	menus[3].addItem("miqdadbs_madeh.html", "", 20, "left", "Madeh", 0);
	menus[3].addSeparator(1, "black");
	menus[3].addItem("miqdadbs_qasida.html", "", 20, "left", "Qasida", 0);
	menus[3].addSeparator(1, "black");
	menus[3].addItem("miqdadbs_marsiyah.html", "", 20, "left", "Marsiyah", 0);

	menus[4] = new menu(100, "vertical", 0, 0, -5, -5, "white", "#BC8821", "Arial,Helvetica", 9, "", 
		"bold", "black", "white", 1, "black", 2, 0, false, true, false, false, 0, true, 0, 0, "");
	menus[4].addItem("underconstruction.html", "", 20, "left", "About Bahrain", 0);
	menus[4].addSeparator(1, "black");
	menus[4].addItem("underconstruction.html", "", 20, "left", "Contact Details", 0);
		
	menus[5] = new menu(100, "vertical", 0, 0, -5, -5, "white", "#BC8821", "Arial,Helvetica", 9, "", 
		"bold", "black", "white", 1, "black", 2, "", false, true, false, false, 0, true, 0, 0, "");
	menus[5].addItem("underconstruction.html", "", 20, "left", "Enquiry", 0);
	menus[5].addSeparator(1, "black");
	menus[5].addItem("contactdir.html", "", 20, "left", "Directory", 0);
}