timegap=300
followspeed=2
followrate=30
suboffset_top=1;
suboffset_left=2;

effect = "fade(duration=0.2);Shadow(color='#000000', Direction=120, Strength=2)"

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
"9F8C47",					// Off Back Color
"ffffff",					// On Font Color
"9F8C47",					// On Back Color
"000000",					// Border Color
10,							// Font Size
"normal",					// Font Style 
"bold",					// Font Weight
"verdana",	// Font
0,							// Padding
"images/arrow_right.gif",				// Sub Menu Image
0,							// 3D Border & Separator
"000000",					// 3D High Color
"000000",					// 3D Low Color
"",					// Referer item Font Color (leave this blank to disable)
"",					// Referer item Back Color (leave this blank to disable)
]

prop2=[						// prop1 is an array of properties you can have as many property arrays as you need
"ffffff",					// Off Font Color
"7FA068",					// Off Back Color
"ffffff",					// On Font Color
"9F8C47",					// On Back Color
"000000",					// Border Color
10,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"verdana",	// Font
2,							// Padding
"images/arrow_right.gif",				// Sub Menu Image
1,							// 3D Border & Separator
"ffffff",					// 3D High Color
"ffffff",					// 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
112,					// Top
0,					// left
90,					// Width
0,					// 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
,					// 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
top,					// 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","index.htm","","",1// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"

]

menu2=[
0,0,130,1,"",prop2,,"left",effect,,,,,,,
"E-commerce Systems","ecommerce.htm","","",1,
"Accounting Systems","acsystems.htm","","",1

]

menu3=[
0,0,130,1,"",prop2,,"left",effect,,,,,,,
"Solutions","solutions.htm","","",1,
"Web-Advertising","webadv.htm","","",1,
"Business/ IT Consultancy","businessit.htm","","",1,
"Property & Facilities Management","PropertyFacilitiesManagement.htm","","",1
]

menu4=[
0,0,130,1,"",prop2,,"left",effect,,,,,,,
"Downloads","downloads.htm","","",1,
"Technical Information","techinicalinfo.htm","","",1
]
menu5=[
0,0,130,1,"",prop2,,"left",effect,,,,,,,
"Contact Us","contactus.htm","","",1
]

