timegap=1000;
followspeed=10;
followrate=20;
suboffset_top=10;
suboffset_left=10;

effect = "Shadow(color='#555555', Direction=135, Strength=5);Alpha(Opacity=85)"

function openwin(url)
{
	nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
	nwin.focus();
}

prop1=[						// Array of properties name
"ffffff",					// Off Font Color
"639bd4",					// Off Back Color
"666666",					// On Font Color
"b7d1eb",					// On Back Color
"ffffff",					// Border Color
13,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Verdana,Tahoma,Helvetica",	// Font
2,							// Padding
"arrow.gif",				// Sub Menu Image
,							// 3D Border & Separator
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
"ffffff",					// Referer item Font Color (leave this blank to disable)
"639bd4",					// Referer item Back Color (leave this blank to disable)
]

prop2=[						
"ffffff",					
"639bd4",					
"333333",					
"b7d1eb",					
"ffffff",					
13,							
"normal",					
"normal",					
"Verdana,Tahoma,Helvetica",	
1,							
"arrow.gif",				
0,							
"66ffff",					
"000099",					
"ffffff",					
"639bd4",					
]

menu1=[				// This is the array that contains your menu properties and details
230,				// Top
0,					// left
163,				// 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
"left",				// 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
1,					// Follow Scrolling - Tells the menu item to follow the user down the screen
, 					// 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
0,					// Show an image on top menu bars indicating a sub menu exists below
,					// Reserved for future use
"HOME","index.htm",,"home",1, // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"COMPANY&nbsp;PROFILE","profile.htm",,"company profile",1,
"CORPORATE&nbsp;SERVICES","show-menu2",,"corporate services",1,
"DOMESTIC&nbsp;SERVICES","show-menu3",,"domestic services",1,
"SPECIAL&nbsp;OFFERS","specials.asp",,"special offers",1,
"NEWS","news.asp",,"news",1,
"CONTACT","contact.htm",,"contact profile vision",1
] 

menu2=[
230,175,250,,"left",prop2,,"left",effect,1,,,,,,
"&nbsp;FILM/VIDEO&nbsp;PRODUCTIONS&nbsp;","filming.htm",,"filming/video production",1,
"&nbsp;EDITING&nbsp;","editing.htm",,"editing",1,
"&nbsp;DUPLICATION&nbsp;","duplicate.htm",,"duplication",1,
"&nbsp;GRAPHICS/ANIMATION&nbsp;","graphics.htm",,"graphics",1,
"&nbsp;CD/DVD&nbsp;AUTHORING&nbsp;","cddvd.htm",,"cd/dvd authoring",1
]

menu3=[
230,175,250,,"",prop2,,"left",effect,1,,,,,,
"&nbsp;CD/DVD&nbsp;AUTHORING&nbsp;","cddvd.htm",,"cd/dvd authoring",1
]





