// 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=650
followspeed=5
followrate=40
suboffset_top=6;
suboffset_left=10;

effect = "fade(duration=0.3);Shadow(color='#CCCCCC', Direction=135, Strength=8)"

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
"FFFFFF",					// Off Font Color
"996600",					// Off Back Color
"000000",					// On Font Color
"EEEEEE",					// On Back Color
"FFFFFF",					// Border Color
11,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Tahoma,Verdana",	// Font
3,							// Padding
"images/commonMenuMore.gif",				// Sub Menu Image (Leave blank if not needed)
0,							// 3D Border & Separator
"996600",					// 3D High Color
"996600",					// 3D Low Color
,					// Referer item Font Color (leave this blank to disable)
,					// Referer item Back Color (leave this blank to disable)
]

topbarstyle=[					// prop1 is an array of properties you can have as many property arrays as you need
"FFFFFF",					// Off Font Color
"996600",					// Off Back Color brown
"000000",					// On Font Color
"EEEEEE",					// On Back Color
"FFFFFF",					// Border Color
11,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Verdana,Arial",	// Font
3,							// Padding
,				// Sub Menu Image (Leave blank if not needed)
0,							// 3D Border & Separator
"CCCCCC",					// 3D High Color
"EEEEEE",					// 3D Low Color
,					// Referer item Font Color (leave this blank to disable)
,					// Referer item Back Color (leave this blank to disable)
]

addmenu(menu=["menu1",				// This is the array that contains your menu properties and details
90,					// Top
50,					// left
,					// Width
0,					// Border Width
,			// Screen Position - here you can use "center;middle;right"
topbarstyle,				// 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,,,,,,,,					// 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

//19 pixels between submenu items [NB info for Submenus]

"&nbsp;Home&nbsp;","index.asp",,"Return to Alexkor Home",1,
"&nbsp;About Us&nbsp;","show-menu=menu10","#","",1,
"&nbsp;Operations&nbsp;","show-menu=menu20","#","",1,
"&nbsp;Financial&nbsp;","show-menu=menu30","#","",1,
"&nbsp;Our Community&nbsp;","show-menu=menu40","#","",1,
"&nbsp;Environment&nbsp;","show-menu=menu50","#","",1,
"&nbsp;Heath & Safety&nbsp;","show-menu=menu60","#","",1,
"&nbsp;Tenders&nbsp;","show-menu=menu80","#","",1,
"&nbsp;Contact Us&nbsp;","ContactUs.asp",,"Contact Us",1
])

addmenu(menu=["menu10",
111,,170,1,"",prop1,,"left",effect,,,,,,,,,,,,,
//"&nbsp;Mission&nbsp;","about.asp","#",,1,
//"&nbsp;Overview&nbsp;","AboutUs_Overview.asp","#",,1,
"&nbsp;Our History&nbsp;","AboutUs_history.asp","#",,1,
"&nbsp;The History of our Diamonds&nbsp;","AboutUs_WestCoast.asp","#",,1,
"&nbsp;Board&nbsp;","AboutUs_Board.asp","#",,1,
"&nbsp;Management&nbsp;","AboutUs_Management.asp","#",,1,
"&nbsp;Legislation&nbsp;","AboutUs_Legislation.asp","#",,1
])

addmenu(menu=["menu20",
111,,150,1,"",prop1,,"left",effect,,,,,,,,,,,,,
"&nbsp;The Source of our Diamonds&nbsp;","Operations_WestCoast.asp","#",,1,
"&nbsp;Operational Divisions&nbsp;","Operations_Divisions.asp","#",,1,
"&nbsp;Marine Mining&nbsp;","Operations_Marine.asp","#",,1
])

addmenu(menu=["menu30",
111,,150,1,"",prop1,,"left",effect,,,,,,,,,,,,,
"&nbsp;Annual Reports&nbsp;","Financial_Reports.asp","#",,1,
"&nbsp;Regulatory&nbsp;","Financial_Regulatory.asp","#",,1
])

addmenu(menu=["menu40",
111,,190,1,"",prop1,,"left",effect,,,,,,,,,,,,,
"&nbsp;Social Investment&nbsp;","OurCommunity_SocialInvestment.asp","#",,1,
"&nbsp;Education Support&nbsp;","OurCommunity_Education.asp","#",,1,
"&nbsp;Local Tourism&nbsp;","OurCommunity_Tourism.asp","#",,1
])

addmenu(menu=["menu50",
111,,150,1,"",prop1,,"left",effect,,,,,,,,,,,,,
"&nbsp;Policy Statement&nbsp;","Environmental_Statement.asp","#",,1
])

addmenu(menu=["menu60",
111,,150,1,"",prop1,,"left",effect,,,,,,,,,,,,,
"&nbsp;Policy Statement&nbsp;","HealthSafety_Policy.asp","#",,1,
"&nbsp;HIV/AIDS&nbsp;","HealthSafety_HIV.asp","#",,1
])

addmenu(menu=["menu70",
111,,150,1,"",prop1,,"left",effect,,,,,,,,,,,,,
"&nbsp;Alexkor in the News&nbsp;","News_AlexkorintheNews.asp","#",,1,
"&nbsp;Press Releases&nbsp;","News_PressReleases.asp","#",,1

])

addmenu(menu=["menu80",
111,,150,1,"",prop1,,"left",effect,,,,,,,,,,,,,
"&nbsp;Tenders","Tenders.asp","#",,1

])


//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file