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
"194673",					// Off Font Color
"c0c0c0",					// Off Back Color
"ffffff",					// On Font Color
"194673",					// On Back Color
"000066",					// Border Color
11,							// Font Size
"normal",					// Font Style 
"bold",					// Font Weight
"Verdana,Tahoma,Helvetica",	// Font
5,							// Padding
"images/arrow1.gif",				// Sub Menu Image
0,							// 3D Border & Separator
"ffffff",					// 3D High Color
"888888",					// 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
95,					// Top
10, //15,					// left 
126,					// Width
1,					// Border Width
"center",			// 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
0,					// 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
'Management',"show-menu2","busmgmt","Business Management",1,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
'Technology','show-menu3','infotech','Information Technology',1,
'About&nbsp;BCN','show-menu4','about','About BCN',1,
'News','news.html',,'News & Events',1
]

menu2=[
,,190,1,"",prop1,,"left",effect,,,,,,,
'Business&nbsp;Administration','admin.html',,'Business Administration',0,
'Facilities&nbsp;Management','facilities.html',,'Facilities Management',0,
'Contract&nbsp;Management','contract.html',,'Contract Management',0,
'Organizational&nbsp;Assessment','orgassess.html',,'Organizational Assessment',0,
'Staff&nbsp;Development','staffdev.html',,'Staff Development',0,
'Legal&nbsp;Services','legal.html',,'Legal Services',0
]

menu3=[
,,190,1,"",prop1,,"left",effect,,,,,,,
'Web&nbsp;Design&nbsp;&amp;&nbsp;Hosting','webdesign.html',,'Web Design & Hosting',0,
'Application&nbsp;Programming','appprog.html',,'Application Programming',0,
'Network&nbsp;Setup&nbsp;&amp;&nbsp;Support','network.html',,'Network Setup & Support',0,
'BCN&nbsp;Technical&nbsp;Support','helpline.html',,'BCN Technical Support',0
]

menu4=[
,,190,1,"",prop1,,"left",effect,,,,,,,
'Our&nbsp;Mission','mission.html',,'Our Mission',0,
'Company&nbsp;Profile','profile.html',,'Company Profile',0
]
