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
"000066",					// Off Back Color
"E33131",					// On Font Color
"000066",					// On Back Color
"000066",					// Border Color
12,							// Font Size
"heavy",					// Font Style 
"bold",					// Font Weight
"Arial, Helvetica, sans-serif",	// Font
2,							// Padding
"arrow.gif",				// Sub Menu Image
0,							// 3D Border & Separator
"000066",					// 3D High Color
"000066",					// 3D Low Color
]


menu1=[				// This is the array that contains your menu properties and details
70,					// Top
225,					// left
250,					// 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
"Home","http://www.tasc-taiwanasia.com",,,1,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"Services","show-menu2","http://www.tasc-taiwanasia.com/our_services.htm","#",1,
"Taiwan Business Leaders Forum","show-menu3","http://www.tasc-taiwanasia.com/tblf.htm","#",1,
"Members Only","show-menu4","http://www.tasc-taiwanasia.com/members/members.htm","#",1,
"Contact Us","http://www.tasc-taiwanasia.com/contact_us.htm",,,1
]

menu2=[
,,100,1,"",prop1,,"left",effect,,,,,,,
"Research/Consulting","http://www.tasc-taiwanasia.com/consulting.htm",,,0,
"Training","http://www.tasc-taiwanasia.com/training.htm",,,0

]

menu3=[
,,150,1,"",prop1,,"left",effect,,,,,,,
"Regional Associates","http://www.tasc-taiwanasia.com/associates.htm",,,0,
"Members List","http://www.tasc-taiwanasia.com/member_list.htm",,,0,
"Membership Proposition","http://www.tasc-taiwanasia.com/membership.htm",,,0,
"Registration","http://www.tasc-taiwanasia.com/registration.htm",,,0,
"Program","http://www.tasc-taiwanasia.com/programs.htm",,,0,
"Events","http://www.tasc-taiwanasia.com/events.htm",,,0,
"Knowledge Architecture","http://www.tasc-taiwanasia.com/architecture.htm",,,0

			

]


menu4=[
,,100,1,"",prop1,,"left",effect,,,,,,,
"Directory","http://www.tasc-taiwanasia.com/members/directory.htm",,,0,
"Archives","http://www.tasc-taiwanasia.com/members/archive.htm",,,0,
"Newsletters","http://www.tasc-taiwanasia.com/members/newsletter.htm",,,0

]
