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
"FFFFFF",			// Off Font Color
"8b1c62",			// Off Back Color 
"000000",			// On Font Color 
"66A4F7",			// On Back Color 
"C0C0C0",		// Border Color
10,			// Font Size
"normal",			// Font Style 
"normal",			// Font Weight
"Verdana,Tahoma,Helvetica",	// Font
6,				// Padding
"arrow.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
1,					// Top
1,					// left
,					// 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
,					// 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
" Homepage ","default.asp",,,0,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
" Welcome&nbsp;Info","show-menu2",,"#",1,
" Department ","show-menu3",,"#",1,
" Admission ","show-menu4",,"#",1,
" Student&nbsp;Life ","show-menu5",,"#",1,
" Downloads ","show-menu6",,"#",1,
" Contact&nbsp;Us ","show-menu7",,"#",1,
" Login&nbsp;Panel ","show-menu8",,"#",1
]

menu2=[
,,150,1,"",prop1,0,"left",effect,0,,,,,,
"Welcome to MCL","welcome.asp",,,1,
"Message from Principal","principal.asp",,,1,
"Why Study in London?","london.asp",,,1
]

menu3=[
,,250,1,"",prop1,0,"left",effect,0,,,,,,
"Faculty of Law Studies","law.asp",,,1,
"Faculty of Business Studies","business.asp",,,1,
"Faculty of Information Technology","computing.asp",,,1,
"Faculty of Tourism & Hospitality Management","tourism.asp",,,1,
"Faculty of Accounting","acc.asp",,,1
]

menu4=[
,,200,1,"",prop1,,"",effect,,,,,,,
"Admission Procedure", "admin_pro.asp",,,1,
"Visa Application Procedure", "admin_visa.asp",,,1,
"Remittance of Tuition Fee", "admin_visa.asp#Remittance",,,1,
"Refund Policies", "admin_visa.asp#Refund",,,1
]

menu5=[
,,140,1,"",prop1,,"",effect,,,,,,,
"Campus Life", "campus.asp",,,1,
"Student Facilities", "facilities.asp",,,1,
"Useful Links", "links.asp",,,1
]

menu6=[
,,140,1,"",prop1,,"",effect,,,,,,,
"MCL Prospectus", "prospectus.asp",,,1,
"Application Form", "form_app.asp",,,1,
"Accommodation Form", "form_accom.asp",,,1,
"FLR(s) Form", "form_flr.asp",,,1            // "Airport Pick-Up Form", "form_airport.asp",,,1,
]

menu7=[
,,140,1,"",prop1,,"",effect,,,,,,,
"Our Contacts", "contacts.asp",,,1,
"Our Location", "location.asp",,,1,
"How to get there?", "howto.asp",,,1,
"Location Map", "map.asp",,,1,
"Feedback Form", "feedback.asp",,,1
]

menu8=[
,,140,1,"",prop1,,"",effect,,,,,,,
"MCL Admin", "login.asp",,,1,
"MCL Staff", "login.asp",,,1,
"Overseas Agent", "login.asp",,,1,
"Student", "login.asp",,,1,
"Teacher", "login.asp",,,1
]

