_menuCloseDelay=400          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=5               // Follow scrolling speed
_followRate=50               // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0             // Sub menu left offset
_scrollAmount=3              // Only needed for Netscape 4.x
_scrollDelay=20              // Only needed for Netcsape 4.x
menuZIndex=2000; 

with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize=0;
padding=0;
fontsize="10px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding=0;
overfilter="";
outfilter="";

}

with(menuStyle2=new mm_style()){
offbgcolor="#DFD9AF";
offcolor="#000000";
onbgcolor="#D6CE98";
oncolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize=1;
padding="5px";
fontsize="12px";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="images/arrow.png";
subimagepadding=1;
overfilter="Fade(duration=0.5);Alpha(opacity=95);Shadow(color='#777777', Direction=145, Strength=0)";
outfilter="";
}

with(menuStyle3=new mm_style()){
offbgcolor="";
offcolor="#000000";
onbgcolor="";
oncolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize=1;
padding=10;
fontsize=16;
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="images/arrow.png";
subimagepadding=1;
overfilter="Fade(duration=0.5);Alpha(opacity=95);Shadow(color='#777777', Direction=145, Strength=0)";
outfilter="";
}

with(milonic=new menuname("1_main")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=100;
aI("showmenu=1_visitor;text=Visitor;url=home.php?flag=1&secid=1;");
aI("showmenu=1_exhibitor;text=Dealer;url=content.php?id=exhibitor&secid=1;");
}

	with(milonic=new menuname("1_visitor")){
	style=menuStyle2;
	borderwidth=0;
	bordercolor="#FFFFFF";
	itemwidth=150;
	aI("text=Event Details;url=home.php?flag=1&secid=1;");
	aI("text=Location & Driving Directions;url=content.php?id=location&secid=1;");
	aI("text=Places to Stay;url=content.php?id=places&secid=1;");
	}
	
	with(milonic=new menuname("1_exhibitor")){
	style=menuStyle2;
	borderwidth=0;
	bordercolor="#FFFFFF";
	itemwidth=150;
	aI("text=Exhibitor Information;url=content.php?id=exhibitor&secid=1;");
	aI("text=Location & Driving Directions;url=content.php?id=location&secid=1;");
	aI("text=Places to Stay;url=content.php?id=places&secid=1;");
    }
	
with(milonic=new menuname("2_main")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=100;
aI("showmenu=2_spokane;text=Spokane;url=home.php?flag=1&secid=2;");
aI("showmenu=3_pasco;text=Pasco;url=home.php?flag=1&secid=3;");
}

	with(milonic=new menuname("2_spokane")){
	style=menuStyle2;
	borderwidth=0;
	bordercolor="#FFFFFF";
	itemwidth=100;
	aI("showmenu=2_visitor;text=Visitor;url=home.php?flag=1&secid=2;");
	aI("showmenu=2_exhibitor;text=Artist;url=content.php?id=exhibitor&secid=2&flag=1;");
	}

		with(milonic=new menuname("2_visitor")){
		style=menuStyle2;
		borderwidth=0;
		bordercolor="#FFFFFF";
		itemwidth=150;
		aI("text=Event Details;url=home.php?flag=1&secid=2;");
		aI("text=Location & Driving Directions;url=content.php?id=location&secid=2&flag=1;");
		aI("text=Places to Stay;url=content.php?id=places&secid=2&flag=1;");
		}
		
		with(milonic=new menuname("2_exhibitor")){
		style=menuStyle2;
		borderwidth=0;
		bordercolor="#FFFFFF";
		itemwidth=150;
		aI("text=Exhibitor Information;url=content.php?id=exhibitor&secid=2&flag=1;");
		aI("text=Location & Driving Directions;url=content.php?id=location&secid=2&flag=1;");
		aI("text=Places to Stay;url=content.php?id=places&secid=2&flag=1;");
		}

	
	with(milonic=new menuname("3_pasco")){
	style=menuStyle2;
	borderwidth=0;
	bordercolor="#FFFFFF";
	itemwidth=100;
	aI("showmenu=3_visitor;text=Visitor;url=home.php?flag=1&secid=3;");
	aI("showmenu=3_exhibitor;text=Artist;url=content.php?id=exhibitor&secid=3&flag=1;");
	}

		with(milonic=new menuname("3_visitor")){
		style=menuStyle2;
		borderwidth=0;
		bordercolor="#FFFFFF";
		itemwidth=150;
		aI("text=Event Details;url=home.php?flag=1&secid=3;");
		aI("text=Location & Driving Directions;url=content.php?id=location&secid=3&flag=1;");
		aI("text=Places to Stay;url=content.php?id=places&secid=3&flag=1;");
		}
		
		with(milonic=new menuname("3_exhibitor")){
		style=menuStyle2;
		borderwidth=0;
		bordercolor="#FFFFFF";
		itemwidth=150;
		aI("text=Exhibitor Information;url=content.php?id=exhibitor&secid=3&flag=1;");
		aI("text=Location & Driving Directions;url=content.php?id=location&secid=3&flag=1;");
		aI("text=Places to Stay;url=content.php?id=places&secid=3&flag=1;");
		}



with(milonic=new menuname("4_main")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=100;
aI("showmenu=4_visitor;text=Visitor;url=home.php?flag=1&secid=4;");
aI("showmenu=4_exhibitor;text=Dealer;url=content.php?id=exhibitor&secid=4&flag=1;");
}

	with(milonic=new menuname("4_visitor")){
	style=menuStyle2;
	borderwidth=0;
	bordercolor="#FFFFFF";
	itemwidth=150;
	aI("text=Event Details;url=home.php?flag=1&secid=4;");
	aI("text=MAC Appraisal Days;url=content.php?id=appraisal&flag=1&secid=4;");
	aI("text=Location & Driving Directions;url=content.php?id=location&secid=4&flag=1;");
	aI("text=Places to Stay;url=content.php?id=places&secid=4&flag=1;");
	}
	
	with(milonic=new menuname("4_exhibitor")){
	style=menuStyle2;
	borderwidth=0;
	bordercolor="#FFFFFF";
	itemwidth=150;
	aI("text=Exhibitor Information;url=content.php?id=exhibitor&secid=4&flag=1;");
	aI("text=Location & Driving Directions;url=content.php?id=location&secid=4&flag=1;");
	aI("text=Places to Stay;url=content.php?id=places&secid=4&flag=1;");
    }


with(milonic=new menuname("5_main")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=100;
aI("showmenu=5_visitor;text=Visitor;url=home.php?flag=1&secid=5;");
aI("showmenu=5_exhibitor;text=Dealer;url=content.php?id=exhibitor&secid=5&flag=1;");
}

	with(milonic=new menuname("5_visitor")){
	style=menuStyle2;
	borderwidth=0;
	bordercolor="#FFFFFF";
	itemwidth=150;
	aI("text=Event Details;url=home.php?flag=1&secid=5;");
	// aI("text=MAC Appraisal Days;url=content.php?id=appraisal&flag=1&secid=5;");
	aI("text=Location & Driving Directions;url=content.php?id=location&secid=5&flag=1;");
	aI("text=Places to Stay;url=content.php?id=places&secid=5&flag=1;");
	}
	
	with(milonic=new menuname("5_exhibitor")){
	style=menuStyle2;
	borderwidth=0;
	bordercolor="#FFFFFF";
	itemwidth=150;
	aI("text=Exhibitor Information;url=content.php?id=exhibitor&secid=5&flag=1;");
	aI("text=Location & Driving Directions;url=content.php?id=location&secid=5&flag=1;");
	aI("text=Places to Stay;url=content.php?id=places&secid=5&flag=1;");
    }

with(milonic=new menuname("6_main")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=100;
aI("showmenu=6_spokane;text=Spokane;url=home.php?flag=1&secid=6&flag=1;");
aI("showmenu=7_pasco;text=Pasco;url=home.php?flag=1&secid=7&flag=1;");
}

	with(milonic=new menuname("6_spokane")){
	style=menuStyle2;
	borderwidth=0;
	bordercolor="#FFFFFF";
	itemwidth=100;
	aI("showmenu=6_visitor;text=Visitor;url=home.php?flag=1&secid=6&flag=1;");
	aI("showmenu=6_exhibitor;text=Artist;url=content.php?id=exhibitor&secid=6&flag=1;");
	}

		with(milonic=new menuname("6_visitor")){
		style=menuStyle2;
		borderwidth=0;
		bordercolor="#FFFFFF";
		itemwidth=150;
		aI("text=Event Details;url=home.php?flag=1&secid=6&flag=1;");
		aI("text=Location & Driving Directions;url=content.php?id=location&secid=6&flag=1;");
		aI("text=Places to Stay;url=content.php?id=places&secid=6&flag=1;");
		}
		
		with(milonic=new menuname("6_exhibitor")){
		style=menuStyle2;
		borderwidth=0;
		bordercolor="#FFFFFF";
		itemwidth=150;
		aI("text=Exhibitor Information;url=content.php?id=exhibitor&secid=6&flag=1;");
		aI("text=Location & Driving Directions;url=content.php?id=location&secid=6&flag=1;");
		aI("text=Places to Stay;url=content.php?id=places&secid=6&flag=1;");
		}

	
	with(milonic=new menuname("7_pasco")){
	style=menuStyle2;
	borderwidth=0;
	bordercolor="#FFFFFF";
	itemwidth=100;
	aI("showmenu=7_visitor;text=Visitor;url=home.php?flag=1&secid=7&flag=1;");
	aI("showmenu=7_exhibitor;text=Artist;url=content.php?id=exhibitor&secid=7&flag=1;");
	}

		with(milonic=new menuname("7_visitor")){
		style=menuStyle2;
		borderwidth=0;
		bordercolor="#FFFFFF";
		itemwidth=150;
		aI("text=Event Details;url=home.php?flag=1&secid=7&flag=1;");
		aI("text=Location & Driving Directions;url=content.php?id=location&secid=7&flag=1;");
		aI("text=Places to Stay;url=content.php?id=places&secid=7&flag=1;");
		}
		
		with(milonic=new menuname("7_exhibitor")){
		style=menuStyle2;
		borderwidth=0;
		bordercolor="#FFFFFF";
		itemwidth=150;
		aI("text=Exhibitor Information;url=content.php?id=exhibitor&secid=7&flag=1;");
		aI("text=Location & Driving Directions;url=content.php?id=location&secid=7&flag=1;");
		aI("text=Places to Stay;url=content.php?id=places&secid=7&flag=1;");
		}

with(milonic=new menuname("2_homemenu")){
style=menuStyle3;
top="offset=60";
left="offset=-230";
bgimage="images/3_BKGD_footernav.png";
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=90;
orientation="horizontal";
aI("align=center;text=Spokane;offbgcolor=#058B99;offcolor=#ffffff;onbgcolor=#790F55;oncolor=#ffffff;url=home.php?flag=1&secid=2;");
aI("align=center;text=Pasco;offbgcolor=#058B99;offcolor=#ffffff;onbgcolor=#790F55;oncolor=#ffffff;url=home.php?flag=1&secid=3;");
}

with(milonic=new menuname("6_homemenu")){
style=menuStyle3;
top="offset=60";
left="offset=-230";
bgimage="images/6_BKGD_footernav.png";
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=90;
orientation="horizontal";
aI("align=center;text=Spokane;offbgcolor=#1A4622;offcolor=#ffffff;onbgcolor=#9F0004;oncolor=#ffffff;url=home.php?flag=1&secid=6;");
aI("align=center;text=Pasco;offbgcolor=#1A4622;offcolor=#ffffff;onbgcolor=#9F0004;oncolor=#ffffff;url=home.php?flag=1&secid=7;");
}

with(milonic=new menuname("5_homemenu")){
style=menuStyle3;
top="offset=35";
left="offset=-155";
bgimage="images/5_BKGD_footernav.png";
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=90;
orientation="horizontal";
aI("align=center;text=Spokane;offbgcolor=#BC6435;offcolor=#ffffff;onbgcolor=#710F17;oncolor=#ffffff;url=home.php?flag=1&secid=5;");
}

with(milonic=new menuname("4_homemenu")){
style=menuStyle3;
top="offset=35";
left="offset=-155";
bgimage="images/4_BKGD_footernav.png";
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=90;
orientation="horizontal";
aI("align=center;text=Spokane;offbgcolor=#386437;offcolor=#ffffff;onbgcolor=#7D5775;oncolor=#ffffff;url=home.php?flag=1&secid=4;");
}

with(milonic=new menuname("1_homemenu")){
style=menuStyle3;
top="offset=40";
left="offset=-155";
bgimage="images/1_BKGD_footernav.png";
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=90;
orientation="horizontal";
aI("align=center;text=Spokane;offbgcolor=#39297D;offcolor=#ffffff;onbgcolor=#318D3B;oncolor=#ffffff;url=home.php?flag=1&secid=1;");
}

drawMenus();


