timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;
effect = "fade(duration=0);Shadow(color='#012232', Direction=180, Strength=0)"
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
"3D7AAD",		// Off Back Color
"FFFFFF",		// On Font Color
"46668F",		// On Back Color
"000000",		// Border Color
11,				// Font Size
"normal",		// Font Style 
"Bold",			// Font Weight
"Verdana",		// Font
3,]				// Padding


prop2=[			// prop1 is an array of properties you can have as many property arrays as you need
"000000",		// Off Font Color
"ffffff",		// Off Back Color
"000000",		// On Font Color
"B2CAF2",		// On Back Color
"000000",		// Border Color
11,				// Font Size
"normal",		// Font Style 
"normal",		// Font Weight
"Verdana",		// Font
2,]				// Padding


menu1=[			// This is the array that contains your menu properties and details
29,				// Top
50,				// left
86,				// Width
0,				// Border Width
"left", 		// 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
1,				// 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.asp",,,1,	// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"About us"		,"show-menu4",		,"#",1,
"Services"		,"show-menu5",		,"#",1,
"Tracking"		,"show-menu6",		,"#",1,
"Schedule"		,"show-menu7",		,"#",1,
"Inquiry"							,"Inquiry/Index.asp",,,1,
"Contact Us"						,"Links/Contact_Us.asp",,,1
]


menu2=[,,150,1,,prop2,0,"left",effect,0,,,,,,
"- Executive Summary"		,"WealthGuide/ExecutiveSummary.asp",,,1
]
menu3=[,,140,1,"",prop2,0,"left",effect,,,,,,,
"Ocean/Vessel Schedule"		,"OceanSchedule/Index.asp",,,1
]


// ABOUT US----MENU=4---------------------------------------------------------
menu4=[,,140,1,,prop2,0,"left",effect,0,,,,,,
"- Introduction"			,"Links/introduction.asp",,,1,
"- Mission"					,"Links/mission.asp",,,1,
"- Message from MD"			,"Links/message_from_md.asp",,,1,
"- Quality Assurance"		,"Links/quality_assurance.asp",,,1,
"- Staff"            		,"Staff/StaffIndex.asp",,,1,
"- Client Testimonials"  	,"Testimonial/Index.asp",,,1,
"- Newsletter"            	,"NewsLetter/Index.asp",,,1
]


// SERVICES----MENU=5-------------------------------------------------------
menu5=[,,210,1,,prop2,0,"left",effect,0,,,,,,
"- WareHousing"							,"Links/WareHousing.asp",,,1,
"- Bonded Facilities"					,"Links/Bonded-Facilities.asp",,,1,
"- Transportation"						,"Links/Transportation.asp",,,1,
"- Intl. Freight Forwarding"			,"Links/IntFreightFwd.asp",,,1,
"- Sea Freight(NVOCC)"					,"Links/Sea-Freight.asp",,,1,
"- Logistics Management"				,"Links/Logistics-Management.asp",,,1,
"- Ships Agency Department"				,"Links/ShipsAgency.asp",,,1,
"- Project & Heavy Lift Department"		,"Links/HeavyLift.asp",,,1,
"- Web Mail"							,"Links/WebMail.asp",,,1
]


// TRACKING----MENU=6-------------------------------------------------------
menu6=[,,120,1,,prop2,0,"left",effect,0,,,,,,
"- Air Tracking"			,"Tracking/air_tracking.asp",,,1
]


// SCHEDULE----MENU=7-------------------------------------------------------
menu7=[,,155,1,,prop2,0,"left",effect,0,,,,,,
"- Ocean/Vessel Schedule"		,"OceanSchedule/Index_new.asp",,,1,
"- Air Schedule"				,"AirSchedule/Index.asp",,,1
]