
with(milonic=new menuname("Main Menu")){
	style=sportMenuStyle;
	alwaysvisible=1;
	orientation="horizontal";
	position="relative";
	menuwidth="712";
	height="20";
	menualign="center";
	aI("text=CURRENT HOUSE;url=javascript:toPage('/cougarHouse/currentHouse.jsp')");
	aI("text=HISTORY;showmenu=history;");
	aI("text=UVHB;url=javascript:toPage('/cougarHouse/uvhb.jsp')");
	aI("text=COMMITTEE;url=javascript:toPage('/cougarHouse/committeeMembers.jsp');");
	aI("text=LOT DONORS;url=javascript:toPage('/cougarHouse/lotDonors.jsp');");
	aI("text=PARTICIPANTS;showmenu=participants;");
	aI("text=RECIPIENTS;showmenu=recipients;");
	aI("text=BYU CM;showmenu=byuCM;");
	aI("text=UV PARADE;url=javascript:toPage('/cougarHouse/paradeOfHomes.jsp');");
}

with(milonic=new menuname("history")){
	overflow="scroll";
	style=menuStyle;
	aI("text=Cougar House I;url=javascript:toPage('/cougarHouse/cougarHouse1.jsp')");
	aI("text=Cougar House II;url=javascript:toPage('/cougarHouse/cougarHouse2.jsp')");
	aI("text=Cougar House III;url=javascript:toPage('/cougarHouse/cougarHouse3.jsp')");
	aI("text=Cougar House IV;url=javascript:toPage('/cougarHouse/cougarHouse4.jsp')");
	aI("text=Cougar House V;url=javascript:toPage('/cougarHouse/cougarHouse5.jsp')");
	aI("text=Cougar House VI;url=javascript:toPage('/cougarHouse/cougarHouse6.jsp')");
	aI("text=Cougar House VII;url=javascript:toPage('/cougarHouse/cougarHouse7.jsp')");
	aI("text=Cougar House VIII;url=javascript:toPage('/cougarHouse/cougarHouse8.jsp')");
}

with(milonic=new menuname("uvhb")){
	overflow="scroll";
	style=menuStyle;
	aI("text=Contact Info;url=javascript:toPage('/cougarHouse/contactInfo.jsp')");
}

with(milonic=new menuname("participants")){
	overflow="scroll";
	style=menuStyle;
	aI("text=Cougar House I;url=javascript:toPage('/cougarHouse/participants1.jsp')");
	aI("text=Cougar House II;url=javascript:toPage('/cougarHouse/participants2.jsp')");
	aI("text=Cougar House III;url=javascript:toPage('/cougarHouse/participants3.jsp')");
	aI("text=Cougar House IV;url=javascript:toPage('/cougarHouse/participants4.jsp')");
	aI("text=Cougar House V;url=javascript:toPage('/cougarHouse/participants5.jsp')");
	aI("text=Cougar House VI;url=javascript:toPage('/cougarHouse/participants6.jsp')");
	aI("text=Cougar House VII;url=javascript:toPage('/cougarHouse/participants7.jsp')");
	
}
