timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;

effect = "fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=5)"

function openwin(url)
{
	nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
	nwin.focus();
}

prop1=[					// prop1 is an array of properties you can have as many property arrays as you need
"003366",				// Off Font Color
"ffffcc",				// Off Back Color
"ffffcc",				// On Font Color
"443F5C",				// On Back Color
"999999",				// Border Color
12,						// Font Size
"normal",				// Font Style 
"normal",				// Font Weight
"Verdana,Tahoma,Helvetica",		// Font
3,						// Padding
"http://www.banthebomb.org/archives/images/blackArrow.gif",	// Sub Menu Image
0,						// 3D Border & Separator
"66ffff",				// 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)
]

menu1=[					// This is the array that contains your menu properties and details
82,						// Top
68,						// left
,						// Width
1,						// Border Width
"left",					// Screen Position - here you can use "center;middle;right"
prop1,					// Properties Array - this is set higher up, as above
1,						// Always Visible - allows the menu item to be visible at all time
"center",				// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,						// Filter - Text variable for setting transitional effects on menu activation
,						// Follow Scrolling - Tells the menu item to follow the user down the screen
1, 						// 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
"Home","http://www.banthebomb.org/archives/index.shtml",,,1,	// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"Campaigns","show-menu2","http://www.banthebomb.org/archives/menu/campaigns.shtml",,1,
"Information","show-menu3","http://www.banthebomb.org/archives/educ/index.shtml",,1,
"News","http://www.banthebomb.org/archives/news/latestnews.shtml",,,1,
"Events","http://www.banthebomb.org/archives/events/index.shtml",,,1,
"Join","http://www.banthebomb.org/archives/menu/join.shtml",,,1,
"Sales","http://www.banthebomb.org/archives/menu/sales.shtml",,,1,
"Links","http://www.banthebomb.org/archives/menu/links.shtml",,,1,
"Contacts","http://www.banthebomb.org/archives/menu/contacts.shtml",,,1,
"Search","http://www.banthebomb.org/archives/menu/search.shtml",,,1
]

// "Campaigns" menu
menu2=[				
,,200,1,"",prop1,,"left",effect,,,,,,,
"No More War","http://www.banthebomb.org/archives/peace/index.shtml",,,0,
"Take on Trident","http://www.banthebomb.org/archives/trident/index.shtml",,,0,
"Stop Star Wars","http://www.banthebomb.org/archives/starwars/index.shtml",,,0,
"No Nuclear Power Stations","http://www.banthebomb.org/archives/power/index.shtml",,,0,
"Submarine Safety","http://www.banthebomb.org/archives/subs/index.shtml",,,0,
"Volunteer with Scottish CND","http://www.banthebomb.org/archives/help/vols.shtml",,,1
]

// "Information" menu
menu3=[
,,140,1,"",prop1,,"left",effect,,,,,,,
"About CND","show-menu4","http://www.banthebomb.org/archives/educ/index.shtml",,0,
"Nuclear Weapons","show-menu5","http://www.banthebomb.org/archives/educ/histnuc.shtml",,0,
"Nuclear Power","show-menu6","http://www.banthebomb.org/archives/educ/power.shtml",,0,
"Nuclear Scotland","http://www.banthebomb.org/archives/scotland/index.shtml",,,0,
"Glossary","http://www.banthebomb.org/archives/educ/glossary.shtml",,,1
]
	// "About CND" Submenu
	menu4=[
	,,180,1,"",prop1,,"left",effect,,,,,,,
	"History of CND", "http://www.banthebomb.org/archives/educ/histcnd.shtml",,,0,
	"CND as a pressure group", "http://www.banthebomb.org/archives/educ/pressure.shtml",,,1
       	]

	// "Nuclear Weapons" Submenu
	menu5=[
	,,190,1,"",prop1,,"left",effect,,,,,,,

	"History of nuclear weapons", "http://www.banthebomb.org/archives/educ/histnuc.shtml",,,0,
	"Legality", "http://www.banthebomb.org/archives/educ/legality.shtml",,,0,
	"Political positions", "http://www.banthebomb.org/archives/educ/politic.shtml",,,0,
	"Moral Issues", "http://www.banthebomb.org/archives/educ/moral.shtml",,,0,
	"Trident", "http://www.banthebomb.org/archives/educ/trident.shtml",,,0,
	"World's nuclear weapons", "http://www.banthebomb.org/archives/educ/world.shtml",,,1
       	]

	// "Nuclear Power" Submenu
	menu6=[
	,,160,1,"",prop1,,"left",effect,,,,,,,
	"Environmental issues", "http://www.banthebomb.org/archives/educ/environ.shtml",,,0,
	"Radioactivity", "http://www.banthebomb.org/archives/educ/radioac.shtml",,,1
       	]

