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
"990000",					// Off Back Color
"ffffff",					// On Font Color
"FF0000",					// On Back Color
"990000",					// Border Color
9,							// Font Size
"normal",					// Font Style 
"bold",					// Font Weight
"Verdana, Arial, Helvetica, sans-serif",	// Font
0,							// Padding
"arrow.gif",				// Sub Menu Image
0,							// 3D Border & Separator
"003366",					// 3D High Color
"003366",					// 3D Low Color
]

prop2=[						// prop1 is an array of properties you can have as many property arrays as you need
"ffffff",					// Off Font Color
"990000",					// Off Back Color
"ffffff",					// On Font Color
"FF0000",					// On Back Color
"AA0000",					// Border Color
11,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Arial, Helvetica, sans-serif",	// Font
1,							// Padding
"arrow.gif",				// Sub Menu Image
0,							// 3D Border & Separator
"003366",					// 3D High Color
"003366",					// 3D Low Color
]


menu1=[				// This is the array that contains your menu properties and details
111,					// Top
200,					// left
146,					// 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","index.html","index.html","#",1,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"ABOUT US","show-menu2","#","#",1,
"OUR SERVICES","show-menu3","#","#",1,
"THINKING OUTSIDE THE BOX","show-menu4","thinking.html","#",1,
"CONTACT US","contact.html","contact.html","#",1
]

menu2=[
,,147,1,"",prop2,,"",effect,,,,,,,
"Company Profile", "companyprofile.html",,,1,
"Mission Statement", "missionstatement.html",,,1,
"Global Partners", "globalpartners.html",,,1
]

menu3=[
,,170,1,"",prop2,,"",effect,,,,,,,
"Track your Shipment", "trackshipment.html",,,1,
"Domestic Moving Services", "service_domestic.html",,,1,
"International Relocations", "service_international.html",,,1,
"Office and Project Moves", "service_office.html",,,1,
"Professional Packing", "service_packing.html",,,1,
"Storage Solutions", "service_storage.html",,,1,
"Insurance", "service_insurance.html",,,1,
"Pet & Vehicle Transport Services", "service_pet.html",,,1,
"General Cargo Handling Services", "service_cargo.html",,,1
]

menu4=[
,,160,1,"",prop2,,"",effect,,,,,,,
"Thinking Outside the box", "thinking.html",,,1,
"Living in the Philippines", "livinginph.html",,,1,
"Moving Checklist", "movinglist.html",,,1,
"Useful Links", "links.html",,,1,
"Testimonials", "testimonials.html",,,1,
"Recommend Us to a Friend", "recommend.html",,,1
]

