// The following line is critical for menu operation, and must appear only once.
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////


timegap=650
followspeed=5
followrate=40
suboffset_top=6;
suboffset_left=10;

effect = "fade(duration=0.4);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
"2e67f7",					// Off Font Color
"FBF9F6",					// Off Back Color
"8D4646",					// On Font Color
"FBF9F6",					// On Back Color
"E6E3DE",					// Border Color
11,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Arial,Tahoma,Helvetica",	// Font
4,							// Padding
,				// Sub Menu Image (Leave blank if not needed)
0,							// 3D Border & Separator
"A21178",					// 3D High Color
"A21178",					// 3D Low Color
,					// Referer item Font Color (leave this blank to disable)
,					// Referer item Back Color (leave this blank to disable)
]

topbarstyle=[					// prop1 is an array of properties you can have as many property arrays as you need
"2e67f7",					// Off Font Color
"FBF9F6",					// Off Back Color
"8D4646",					// On Font Color
"FBF9F6",					// On Back Color
"E6E3DE",					// Border Color
11,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Arial,Tahoma,Helvetica",	// Font
0,							// Padding
"images/arrow_small.gif",				// Sub Menu Image (Leave blank if not needed)
0,							// 3D Border & Separator
"A21178",					// 3D High Color
"A21178",					// 3D Low Color
,					// Referer item Font Color (leave this blank to disable)
,					// Referer item Back Color (leave this blank to disable)
]

addmenu(menu=["menu1",				// This is the array that contains your menu properties and details
253,					// Top
,					// left
,					// Width
0,					// Border Width
"center",			// Screen Position - here you can use "center;middle;right"
topbarstyle,				// 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
,					// Follow Scrolling - Tells the menu item to follow the user down the screen
1,,,,,,,,					// 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;&nbsp;Home&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","/index.htm","/index.htm","Avontuur Estate",0,
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Wine&nbsp;Estate&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=menu2",,"Wine Estate",0,
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Restaurant&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","/wine/restaurant.htm","/../restaurant.htm","Restaurant",0,
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Stud&nbsp;Farm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=menu4",,"Stud Farm",0,
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Social&nbsp;Gallery&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","/gallery/gallery.htm","/gallery/gallery.htm","Social Gallery",0,
"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contact&nbsp;Us&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","/contact.htm","/contact.htm","Contact Us",0
])

addmenu(menu=["menu2",
272,,100,1,"left",prop1,,"left",effect,,,,,,,,,,,,,
"Avontuur Estate","/wine/wine.htm","/wine/wine.htm",,1,
"Wines","http://www.cybercellar.com/avontuur/wines.asp","http://www.cybercellar.com/avontuur/wines.asp",,1,
"Winemaker","/wine/winemaker.htm","/wine/winemaker.htm",,1,
"Latest News","/wine/news.htm","/wine/news.htm",,1,
"Wine Awards","/wine/awards.htm","/wine/awards.htm",,1,
"Wine Agents","/wine/agents.htm","/wine/agents.htm",,1,
"Activities","/wine/restaurant.htm","/wine/restaurant.htm",,1,
"Map & Directions","/map.htm","/map.htm",,1
])




addmenu(menu=["menu4",
272,,100,1,"left",prop1,,"left",effect,,,,,,,,,,,,,
"Stud Farm","/stud/stud.htm","/stud/stud.htm",,1,
"VAR","/stud/stallions_var.htm","/stud/stallions_var.htm",,1,
"Sales 2010","/stud/sales_2010.htm","/stud/sales_2010.htm",,1,
"Yearlings 2010","/stud/yearlings_2010.htm","/stud/yearlings_2010.htm",,1,
"Foals","/stud/foals.htm","/stud/foals.htm",,1,
"Brood Mares","/stud/mares.htm","/stud/mares.htm",,1,
"Media Room","/stud/media.htm","/stud/media.htm",,1,
"Gallery","/stud/gallery.htm","/stud/gallery.htm",,1
])



//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file

