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
"990000",			// Off Font Color  990000
"CCCC99",			// Off Back Color  **** EAECF2
"000000",			// On Font Color
"cccc70",			// On Back Color    cccc70
"990000",			// Border Color     990000
16,						// Font Size  was 16
"normal",			// Font Style 
"bold",  			// Font Weight
"Microsoft Sans Serif,Arial,Verdana,Tahoma,Helvetica",	// Font
4,						// Padding was 8
"arrow.gif",				// Sub Menu Image
9,						// 3D Border & Separator
"990000",					// 3D High Color
"550000",					// 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
152,				// Top 160
4,				    // left
150,			    // Width
5,				    // Border Width           **** was 1
"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
1,				    // Follow Scrolling - Tells the menu item to follow the user down the screen
0, 				    // 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;Welcome&nbsp;","http://www.mingtreerealestate.com/root/index.php",,,1,
"&nbsp;Homes&nbsp;","http://www.mingtreerealestate.com/mingSearch/Homes.php",,"Home",1,
"&nbsp;Land&nbsp;","http://www.mingtreerealestate.com/mingSearch/land.php",,,1,
"&nbsp;Commercial&nbsp;","http://www.mingtreerealestate.com/mingSearch/Commercial.php",,,1,
"&nbsp;Ocean&nbsp;","http://www.mingtreerealestate.com/mingSearch/Ocean.php",,,1,
"&nbsp;River&nbsp;","http://www.mingtreerealestate.com/mingSearch/River.php",,,1,
"&nbsp;Search MLS&nbsp;","http://www.mingtreerealestate.com/CountySearch/countySelector.php",,,1,
"&nbsp;Demographics&nbsp;","http://www.delnorte.org/county_demographics.cfm ",,,1,
"&nbsp;Events&nbsp;","http://www.delnorte.org/calendar_of_events.cfm",,,1,
"&nbsp;Associates&nbsp;","http://www.mingtreerealestate.com/root/staff.php",,,1,
"&nbsp;Contact&nbsp;","http://www.mingtreerealestate.com/root/contact.php",,,1,
"&nbsp;Links&nbsp;","http://www.mingtreerealestate.com/root/links.php",,,1]