timegap=500
followspeed=5
followrate=40
suboffset_top=5;
suboffset_left=5;

effect = "fade(duration=0.01);Shadow(color='#777777', Direction=135, Strength=2)"

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
"33cc66",					// Off Back Color
"FFFFFF",					// On Font Color
"006633",					// On Back Color
"000000",					// Border Color
12,							// Font Size
"normal",					// Font Style 
"bold",					// Font Weight
"Verdana,Tahoma,Helvetica",	// Font
3,							// Padding
"/arrow.gif",				// Sub Menu Image
0,							// 3D Border & Separator
"66ffff",					// 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)
]

prop2=[						// prop1 is an array of properties you can have as many property arrays as you need
"FFFFFF",					// Off Font Color
"74BAE3",					// Off Back Color
"FFFFFF",					// On Font Color
"183B69",					// On Back Color
"000000",					// Border Color
12,							// Font Size
"normal",					// Font Style 
"bold",					// Font Weight
"Verdana,Tahoma,Helvetica",	// Font
3,							// Padding
"/arrow.gif",				// Sub Menu Image
0,							// 3D Border & Separator
"66ffff",					// 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
84,					// Top
0,					// left
151,					// Width was 188
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

// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
"Home","http://www.logcabinnursery.com/home.asp",,"#",1,
"About Us","http://www.logcabinnursery.com/about_us.asp",,"#",1,
"Holiday Sales","http://www.logcabinnursery.com/holiday_2007.pdf",,"#",1,
"Plants","show-menu3","/logcabinnursery/general_plants.asp","#",1,
"Contact Us","http://www.logcabinnursery.com/contact.asp",,"#",1
]



// Resident Sub
menu2=[
,,151,1,"",prop1,,"left",effect,,,,,,,
"Neighborhoods","show-menu7",,,1,
"Services","show-menu8",,,1,
"City Officials","show-menu9",,,1,
"Development Initiatives","show-menu10",,,1,
"Public Safety","show-menu11","/newcity/pubsafe/public_safety_main.asp",,1,
"Parking & Transportation","show-menu12","/newcity/depts/parking/index.asp",,1,
"Parks & Recreation","show-menu27","/newcity/depts/rcpa/rcpa.asp",,1,
"Arts & Entertainment","/newcity/depts/arce/index.asp",,,1,
"News", "show-menu26",,,1,
"Links","/links.asp",,,1
]


// Plants
menu3=[
,,188,1,"",prop1,,"left",effect,,,,,,,
"General Plant Info","/logcabinnursery/general_plants.asp",,,1,
"Indoor Plants","/logcabinnursery/indoor.asp",,,1,
"Garden Plants","/logcabinnursery/garden.asp",,,1,
"Ficus","/logcabinnursery/ficus.asp",,,1,
"Palms","/logcabinnursery/palms.asp",,,1,
"Silk & Preserved Plants","/logcabinnursery/silk.asp",,,1,
"Flowers","/logcabinnursery/flowers.asp",,,1
]

