timegap=500
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;
effect = "fade(duration=0.4);"
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
xofffontcol,					// Off Font Color
xoffbackcol,					// Off Back Color
xonfontcol,					// On Font Color
xonbackcol,					// On Back Color
xonbordercol,					// Border Color
xfontsize,							// Font Size
xfontstyle,					// Font Style
xfontweight,					// Font Weight
xfont,						// Font
2,							// Padding
"images/arrow.gif",				// Sub Menu Image
0,							// 3D Border & Separator
"003366",					// 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
xtopy,					// Top
xtopx,					// left
,					// Width
xbwidth,					// 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
,					// 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

"&nbsp;Home&nbsp;|","index.asp",,,1,
"&nbsp;About&nbsp;Us&nbsp;|","about_business_flooring.asp",,,1,
"&nbsp;Installation&nbsp;Types&nbsp;|","show-menu2","installation_types.asp",,1,
"&nbsp;Service&nbsp;|","show-menu3","service.asp",,1,
"&nbsp;Our&nbsp;Clients&nbsp;|","our_clients.asp",,,1,
"&nbsp;Contact&nbsp;Us&nbsp;|","contact.asp",,,1
]


menu2=[
,,subxtopy,1,"",prop1,,"left",effect,,,,,,,
"&nbsp;Amtico&nbsp;","business_flooring_amtico.asp",,,1,
"&nbsp;Wood&nbsp;Laminate&nbsp;","business_flooring_wood_laminate.asp",,,1,
"&nbsp;Carpet&nbsp;Tile&nbsp;","business_flooring_carpet_tile.asp",,,1,
"&nbsp;Vinyl&nbsp;","business_flooring_vinyl.asp",,,1,
"&nbsp;Carpets&nbsp;","business_flooring_carpets.asp",,,1
]

menu3=[
,,subxtopy,1,"",prop1,,"left",effect,,,,,,,
"&nbsp;Free&nbsp;Quotation&nbsp;","free_quote.asp",,,1
]
