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;


with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#D2E0BE"; //Default background color
offcolor="black";   //Default text color
onbgcolor="#E4EDD8"; //Mouse-over background color
oncolor="black";   //Mouse-over text color
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#777777', Direction=135, Strength=4)";
padding=2;
pagebgcolor="#D2E0BE"; //Selected menu item color.
pagecolor="black";	   //Selected menu item text color.
separatorcolor="#2D729D";
separatorsize=1;
separatorpadding=4;
subimage="arrow.gif";
subimagepadding=4;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
//left=10;
//top=10;
overflow="scroll";
style=menuStyle;
orientation="horizontal";
aI("status=Home;text=&nbsp Home;url=http://www.summerfieldhoa.org/;");
//aI("showmenu=Forum;text=FORUM;");
aI("showmenu=HoA;text=HoA Documents;");
aI("showmenu=Schools;text=Schools;");
aI("status=City of Renton Home Page;text=City of Renton;url=http://www.ci.renton.wa.us/;");
aI("showmenu=Community;text=Community Resources;");
aI("status=Terms;text=Terms of Use &nbsp;;url=http://www.summerfieldhoa.org/terms.htm;");
}

//with(milonic=new menuname("Forum")){
//overflow="scroll";
//style=menuStyle;
//aI("text=Discussions;url=http://www.summerfieldhoa.org/forum/forums/default.aspx;")
//aI("text=For Sale/Free;url=http://www.summerfieldhoa.org/forum/forums/5/ShowForum.aspx;")
//aI("text=Services Offered;url=http://www.summerfieldhoa.org/forum/forums/6/ShowForum.aspx;")
//}

with(milonic=new menuname("HoA")){
style=menuStyle;
aI("showmenu=HOA Forms;status=HoA Forms used for Home Improvements;text=HoA Forms;");
//aI("showmenu=Minutes;status=Annual and Monthly minutes;text=Meeting Minutes;");
//aI("showmenu=Newsletters;status=Monthly Newsletters;text=Monthly Newsletters;");
aI("showmenu=HOA Rules;status=HoA Rules;text=Rules;");
}
	// Sub menu for HOA Documents - Forms
	with(milonic=new menuname("HOA Forms")){
	style=menuStyle;
	aI("text=General Construction;url=http://www.summerfieldhoa.org/SharedDocs/GeneralConstructionForm.pdf;");
	aI("text=House Painting;url=http://www.summerfieldhoa.org/SharedDocs/PaintingForm.pdf;");
	aI("text=Roofing;url=http://www.summerfieldhoa.org/SharedDocs/RoofingForm.pdf;");
	aI("text=Reimbursement;url=http://www.summerfieldhoa.org/SharedDocs/ExpenseReimbursementForm.pdf;");
	}
	// Sub menu for HOA Documents - Minutes
	with(milonic=new menuname("Minutes")){
	style=menuStyle;
	aI("text=Annual;url=#");
	aI("text=Monthly;url=#");
	}
	// Sub menu for HOA Documents - Rules
	with(milonic=new menuname("Newsletters")){
	style=menuStyle;
	aI("text=June 2006;url=http://www.summerfieldhoa.org/forum/files/11/2006_newsletters/entry12.aspx");
	}
	// Sub menu for HOA Documents - Rules
	with(milonic=new menuname("HOA Rules")){
	style=menuStyle;
	aI("text=Rules & Regulations;url=http://www.summerfieldhoa.org/SharedDocs/HOARulesRegsCombined.pdf");
	}

with(milonic=new menuname("Schools")){
style=menuStyle;
aI("text=Tiffany Park Elementary;url=http://www.renton.wednet.edu/tiffanypark/default.html;target='blank';");
aI("text=Nelsen Middle School;url=http://www.renton.wednet.edu/nelsen/default.html;target='blank';");
aI("text=Lindbergh High School;url=http://www.renton.wednet.edu/lindbergh/index.htm;target='blank';");
}

with(milonic=new menuname("Community")){
style=menuStyle;
aI("showmenu=KC Police;status=King County Police website;text=King County Police;");
aI("showmenu=Utilities;status=Utility Companies;text=Utilities;");
}
	// Sub menu for Community - King County Police
	with(milonic=new menuname("KC Police")){
	style=menuStyle;
	aI("text=Home Page;url=http://www.metrokc.gov/sheriff/;target='blank'");
	aI("text=Crime Prevention;url=http://www.metrokc.gov/sheriff/prevention/;target='blank'");
	aI("text=Sex Offender Search;url=http://ml.waspc.org/;target='blank'");
	}
	// Sub menu for Community - Utilities
	with(milonic=new menuname("Utilities")){
	style=menuStyle;
	aI("text=Cedar River Water &amp; Sewerl;url=http://www.crwsd.com/;target='blank'");
	aI("text=Comcast Cable;url=http://www.comcast.com/;target='blank'");
	aI("text=Dish Network;url=http://www.dishnetwork.com/;target='blank'");
	aI("text=Waste Management;url=http://www.wastemanagement.com/;target='blank'");
	aI("text=Puget Sound Energy;url=http://www.pse.com/;target='blank'");
	aI("text=Qwest;url=http://www.qwest.com/index.html;target='blank'");
	}


drawMenus();

