fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildAfterLoad=true;




with(menuStyle=new mm_style()){

onbgcolor="#ede3ca";       // Highlight hover (Background).       // Green "#00DDDD";       // "#53B3AD"; // "#4F8EB6"; Hover on - Background highlight.. (darker blue)
oncolor="#000000";         // Highlight hover (Text color).       // Green "#000000";         // "#ffffff"; // "#ffffff"; Hover on - text color.. (white)
offbgcolor="#f6eedb";      // Normal (Background).                // Green "#DEEEEE";      // "#DCE9F0"; Normal - Background.. (light blue)
offcolor="#663300";        // Normal (Text color).                // Green "#515151";        // "#515151"; Normal - text color.. (dark gray)
bordercolor="#e1c485";     // Menu (Border).                      // Green "#296488";     // "#296488"; Border around menu..
borderstyle="solid";
borderwidth=2;
separatorcolor="#e1c485";  // Between menu lines. (Not used).     // Green "#2D729D";  // "#2D729D"; Between menu items (inconsistent).
separatorsize="1";
padding=3;      // 5
fontsize="70%"; // 75%
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000000";       // Current page (text color).          // Green "black";         // "black";   Selected page - text color.. (black)
pagebgcolor="#d9c28f";     // Current page (background).          // Green "#8DCDC9";     // "#82B6D7"; Selected page - background.. (medium blue)
headercolor="#ffffff";     // Header (text color).                // Green "#DEEEEE";     // Header / Divider foreground color
headerbgcolor="#663300";   // Header (background).                // Green "#418087";   // Header / Divider background color
//subimage="mmenuu/arrow.gif";
//subimagepadding="2";
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=4;
// overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

	with(milonic=new menuname("Main Menu")){
	alwaysvisible=1;
	orientation="horizontal";
	style=menuStyle;
	top=150;
	left=22;
	separatorpadding="16";
	// menuwidth="90%";
	menualign="center";
	itemwidth=130;
	aI("text=Home;align=center;url=http://www.sprucecreekonline.com/index.html;");
	aI("text=Directions;align=center;url=http://maps.yahoo.com/broadband#mvt=h&lat=29.025467&lon=-81.999965&mag=4&trf=0&q1=13601%20Del%20Webb%20Blvd%2C%20Summerfield%2C%20Fl%2034491;target=_blank;");
	aI("showmenu=Documents;text=Documents;align=center;");
	aI("showmenu=Links;text=Links;align=center;");
	aI("text=Community Map;align=center;url=http://www.sprucecreekonline.com/html/communitymap.html;target=_blank;targetfeatures=width=700 height=450 scrollbars=no;status=PopUp;");
	aI("text=Our History;align=center;url=http://www.sprucecreekonline.com/history_of_del_webb_scg_cc.pdf;target=_blank;");
	aI("text=Contact Us;align=center;url=http://www.sprucecreekonline.com/#contacts;");
}

with(milonic=new menuname("Documents")){
overflow="scroll";
style=menuStyle;
aI("text=Bylaws;url=http://www.sprucecreekonline.com/docsnforms/bylaws.pdf;target=_blank;")
aI("text=Deed Restrictions and Covenants;url=http://www.sprucecreekonline.com/docsnforms/cc_rs.pdf;target=_blank;")

}

with(milonic=new menuname("Links")){
overflow="scroll";
style=menuStyle;
aI("text=COMMUNITY LINKS;fontweight=bold;itemheight=8;padding=0;align=center;type=header;");
aI("text=Eagle Ridge Golf Course;url=http://www.playeagleridgegolf.com;target=_blank;")
aI("text=Players Grille Restaurant;url=http://www.sprucecreekonline.com/playersgrille/index.html;target=_blank;")
aI("text=AREA LINKS;fontweight=bold;itemheight=8;padding=0;align=center;type=header;");
aI("text=Newspapers;fontweight=bold;itemheight=8;padding=0;align=center;type=header;");
aI("text=Ocala Star Banner;url=http://www.starbanner.com;target=_blank;")
aI("text=The Villages Daily Sun;url=http://www.thevillagesdailysun.com;target=_blank;")
aI("text=Chambers of Commerce;fontweight=bold;itemheight=8;padding=0;align=center;type=header;");
aI("text=Ocala C of C;url=http://www.ocalacc.com;target=_blank;")
aI("text=Belleview C of C;url=http://www.2chambers.com/belleview,_florida.htm;target=_blank;")

}

drawMenus();

