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
"0000FF",					// Off Back Color
"0000FF",					// On Font Color
"FFFFFF",					// On Back Color
"999999",					// Border Color
12,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Verdana,Tahoma,Helvetica",	// Font
3,							// Padding
"images/arrow.gif",			// Sub Menu Image
0,					        // 3D Border & Separator
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
"FFFFFF",					// Referer item Font Color (leave this blank to disable)
"0000FF",					// Referer item Back Color (leave this blank to disable)
]

menu1=[				// This is the array that contains your menu properties and details
99,				    // Top
0,					// left
,					// Width
1,					// 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
"Home","http://www.allrestaurantsdeliver.com",,,1,// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"Basic&nbsp;Area&nbsp;Prices","show-menu2",,"Basic&nbsp;Area&nbsp;Prices",1,
"Extended&nbsp;Area&nbsp;Prices","show-menu3",,"Extended&nbsp;Area&nbsp;Prices",1,
"Restaurants&nbsp;and&nbsp;Menus","show-menu4",,"Restaurants&nbsp;and&nbsp;Menus",1,
"Job&nbsp;Opportunities","show-menu5",,"Job&nbsp;Opportunities",1,
"Gift&nbsp;Certificates","show-menu6",,"Gift&nbsp;Certificates",1,
"About&nbsp;Us","show-menu7",,"About&nbsp;Us",1
]

menu2=[
,,120,1,"",prop1,,"left",effect,,,,,,,
    "63123","63123.htm",,,1,
	"63125","63125.htm",,,1,
	"63126","63126.htm",,,1,
	"63127","63127.htm",,,1,
	"63128","63128.htm",,,1,
	"63129","63129.htm",,,1

]

	
menu3=[
,,170,1,"",prop1,,"left",effect,,,,,,,
    "Downtown","downtown.htm",,,1,
	"Jefferson County","jefferson.htm",,,1,
	"North County","north.htm",,,1,
	"St. Louis City","st.louis.htm",,,1,
	"West County","west.htm",,,1
]


menu4=[,,170,1,,prop1,0,"left",effect,0,,,,,,
    "Featured Restaurants","featured.htm",,,1
]

menu5=[
,,140,1,"",prop1,,"",effect,,,,,,,
    "Partner/Driver","partner.htm",,,1,
	"Independent Driver","independent.htm",,,1
]

menu6=[
,,140,1,"",prop1,,"",effect,,,,,,,
    "How To Use","gift.htm",,,1,
	"Ordering","ordering.htm",,,1
]

menu7=[
,,100,1,"",prop1,,"",effect,,,,,,,
    "History Of ARD","history.htm",,,1,
	"Owner","owner.htm",,,1,
	"Drivers","drivers.htm",,,1,
	"Fun Facts","fun.htm",,,1,
	"Contact Us","contact.htm",,,1
]