// The following line is critical for menu operation, and must appear only once.
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////
timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=0;

effect = "fade(duration=0.3);Shadow(color='#004C75', Direction=135, Strength=6)"


nav_property=[				// faq_property is an array of properties you can have as many property arrays as you need
"004C75",					// Off Font Color
"e6e6e6",					// Off Back Color
"ffffff",					// On Font Color
"004C75",					// On Back Color
"8C9EFB",					// Border Color
11,							// Font Size
"normal",					// Font Style normal, italic
"bold",						// Font Weight
"arial,Helvetica",	// Font
2,							// Padding
"/images/arrow.gif",				// Sub Menu Image (Leave blank if not needed)
0,							// 3D Border & Separator
"8C9EFB",					// 3D High Color
"000099",					// 3D Low Color
,							// Referer item Font Color (leave this blank to disable)
,							// Referer item Back Color (leave this blank to disable)
]

addmenu(menu=["main",
160,				// Top
3,				// left
110,				// Width
1,				// Border Width
"",				// Screen Position - here you can use "center;left;right;middle;top;bottom"
nav_property,	// Properties Array - this is set higher up, as above
1,				// Always Visible - allows the menu item to be visible at all time
"",				// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
effect,			// Filter - Text variable for setting transitional effects on menu activation
1,				// Follow Scrolling - Tells the menu item to follow the user down the screen
, 				// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,				// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,				// Position of sub image left:center:right:middle:top:bottom
,				// Show an image on top menu bars indicating a sub menu exists below
,				// Reserved for future use
,
,,,,
,
"John Alexander Dowie","show-menu=Dowie","/dowie/",,1,
"Zion, IL","show-menu=Zion","/zion/",,1,
"Mirza Ghulam Ahmad","show-menu=PM","/pm/",,1,
//"Qadian","/qadian/",,,1,
"Library","show-menu=Library","/library/photogallery/",,1,  
"Contact","/contact/contact.htm",,,1,
"Home","/",,,1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
])

	// John Alexander Dowie
	addmenu(menu=["Dowie",
		,,135,1,"",nav_property,,"left",effect,,,,,,,,,,,,,
		"His Claim","/dowie/claims.htm",,"",1,
		"Life Sketch","/dowie/lifesketch.htm",,"",1,
		"Views","/dowie/views.htm",,"",1,
		"Against Islam","/dowie/against_islam.htm",,"",1,
		"His Achievements","/dowie/dowieachievement.htm",,"",1,
		"Leaves of Healing","/dowie/leavesofhealing.htm",,"",1,
		"Downfall","/dowie/downfall.htm",,"",1,
		"The Truth","/dowie/",,"",1
		])
	
	// Zion
	addmenu(menu=["Zion",
	,,135,1,"",nav_property,,"left",effect,,,,,,,,,,,,,
	"AMI Zion","/zion/",,"",1,
	"Events","/zion/calendar/",,"",1
	])
	
	// Mirza Ghulam Ahmad
	addmenu(menu=["PM",
	,,135,1,"",nav_property,,"left",effect,,,,,,,,,,,,,
	"His Claim","/pm/divine_sign_america.htm",,"",1,
	"Prophecy","/pm/pmchallenge.htm",,"",1,
	"Life Sketch","/pm/lifesketch.htm",,"",1,
	"Books","/pm/books.htm",,"",1
	])
			
	// Library
	addmenu(menu=["Library",
	,,135,1,"",nav_property,,"left",effect,,,,,,,,,,,,,
	"Photos / Multimedia","/library/photogallery/",,"",1,
	"Articles","/library/articles/",,"",1,
	"Books","http://www.alislam.org/books/index.html",,"",1
	])
//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file
