timegap=100
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
"456796",					// Off Back Color
"000000",					// On Font Color
"c7d7ee",					// On Back Color
"000000",					// Border Color
14,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"arial",	                                // Font
2,							// Padding
"arrow.gif",				// Sub Menu Image
0,							// 3D Border & Separator
"",					// 3D High Color
"",					// 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
130,					// Top
0,					// left
153,					// 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 -- left blank it's not visible all the time-just remember the comma
"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
"left",					// Position of sub image left:center:right:middle:top:bottom
1,				// Show an image on top menu bars indicating a sub menu exists below
,					// Reserved for future use
"Live Your Dreams","show-menu2","/pringle/Live_Your_Dreams/","Live your dreams in sunny Florida!",1,      // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"Our Communities","show-menu3","/pringle/Our_Communities/","Visit our communities!",1,
"Why Pringle","show-menu4","/pringle/why_pringle/","Let us tell you why Pringle is your best choice!",1,
"Model Homes","/pringle/models/",,"/Tour our model homes!",1,  
"Community Spirit","/pringle/spirit/",,"Pringle takes pride in our community!", //"Community Spirit"-->
				   //placeholder for My Pringle
                                   //to open in new window, use--"javascript:openwin(\"/pringle/corporate.htm\")"
]

menu2=[
,,153,1,"",prop1,,"center",effect,,,,,"arrow.gif",,		
"Central Florida","/pringle/Live_Your_Dreams/centralfla.htm",,,0,	
"Local Culture","/pringle/Live_Your_Dreams/culture.htm",,,0,
"Recreation","/pringle/Live_Your_Dreams/recreation.htm",,,0,
"Shopping & Dining","/pringle/Live_Your_Dreams/shopdine.htm",,,0
]
					//He had used menu3 as a 3rd level menu. Instead of 170, he had 120 with 1 at the end instead of 0. 
					//I changed it to a 2nd level menu.
menu3=[
,,153,1,"",prop1,,"center",effect,,,,,,,
"Royal Highlands","/highlands/",,,0,
"Royal Harbor","/harbor/",,,0,
"Legacy of Leesburg","/legacy/",,,0
]

menu4=[
,,153,1,"",prop1,,"center",effect,,,,,,,  
"About Us","/pringle/why_pringle/about_us.htm",,,0,		//Changed it from: "About Us","javascript:openwin(\"http://www.dynamicdrive.com\")",,,,-->
"Customization","/pringle/customization/",,,0,                  //-->this allowed javascript to open page in new window.
"Red Carpet Preview","/pringle/redcarpet/",,,0,
"Design Center","/pringle/designcenter/",,,0,
"Construction Deferral","/pringle/deferral/",,,0,
"Testimonials","/pringle/residents/",,,
]

menu5=[,,153,1,,prop1,0,"center",effect,0,,,,,,
"Central Florida Map","pringle/contact_us/",,,0,
"Local Area Map","/pringle/contact_us/map2.htm",,,0,
"Email Us","/pringle/contact_us/",,,0,
"Tele/Address","/pringle/contact_us/",,,0,
"Web Site Feedback","/pringle/contact_us/feedback.htm",,,
]

menu6=[
,,153,1,"",prop1,,"left",effect,,,,,,,
"News Articles","/pringle/pressreleases",,,0,
"Customer Care","/pringle/whypringle.com",,,0,
"Community","/pringle/charity/",,,0,
"Supplier Information","/pringle/supplier.htm",,,0,
"Careers at Pringle","/pringle/careers/",,,0,
"Policies & Legal","/pringle/legal/",,,0,
"Search Pringle","/pringle/search.htm",,,
]


