_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10             // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#FF9933";     //Sets the color of the menu when moused over
offbgcolor="#0000A3";     //Sets the default color of the menu items background
oncolor="#000000";     //Sets the font color of the menu text when moused over
offcolor="#ffffff";     //Set the default font color of the menu text 
bordercolor="#0000A3";     //Sets the border color
borderstyle="solid";
borderwidth=1;     //Sets the border width
separatorcolor="#ffffff";     //Sets the separator color
separatorsize="1";     //Sets the general width of the separator
separatorheight="12";     //Sets the separator height
separatorpadding="3";     //Sets the padding for the separator
padding=3.5;     //Sets the general padding feature
fontsize="65%";     //Regulates the menu font size
fontstyle="normal";
fontfamily="MS Sans Serif, Verdana, Tahoma, Arial";
pagecolor="#ffffff";     //Changes the font color of the page you are viewing in the menu after it is selected
pagebgcolor="#0000A3";    //Changes the bgcolor of the page you are viewing in the menu after it is selected
headercolor="#00000";
headerbgcolor="#ffffff";
subimage="dhtmlMenu/arrow.gif";
onsubimage="dhtmlMenu/arrow2.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#0000A3', Direction=135, Strength=1)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("mainmenu")){
style=menuStyle;
top=22;
screenposition="center";
left="offset=130";
alwaysvisible=1;
orientation="horizontal";
aI("text=HPC Basics;showmenu=basics;status=Find Out What's Going On at HPC;");
aI("text=Get Involved;showmenu=involve;status=Learn More About How To Get Involved at HPC;");
aI("text=New To HPC?;showmenu=new;status=History & FAQ;");
aI("text=Online Giving;showmenu=onlinegiving;status=Secure Online Giving;");
aI("text=Contact Us;showmenu=Contact Us Menu;status=Contact Us Via Phone, Fax or Email;");
}
//*******************************************************************
with(milonic=new menuname("basics")){
style=menuStyle;
overflow="scroll";
aI("text=Homepage;url=index.html;");
aI("text=What's Going On At HPC;url=whatsgoingon.shtml;");
aI("text=Directions;url=directions.htm;");
aI("text=Online Giving;url=online_giving.htm;");
}

//*******************************************************************
with(milonic=new menuname("involve")){
style=menuStyle;
overflow="scroll";
aI("text=Upcoming Events Calendar;url=upcomingevents.shtml;");
aI("text=HPC Ministries;url=ministries.htm;");
aI("text=Online Sign-Ups;url=signup=rtkrj44323_basic.htm;");
}

//*******************************************************************
with(milonic=new menuname("new")){
style=menuStyle;
overflow="scroll";
aI("text=What You Can Expect at HPC;url=service.htm;");
aI("text=Church History & FAQ;url=faq.htm;");
aI("text=Directions to HPC;url=directions.htm;");
aI("text=Want To Speak With Someone?;url=contactus.htm;");
}

//*******************************************************************
with(milonic=new menuname("onlinegiving")){
style=menuStyle;
overflow="scroll";
aI("text=Give Online Intro Page;url=online_giving.htm;");
aI("text=Give Online Now (SECURE SITE);url=javascript:popEasyTithe('high5710');");
}

//*******************************************************************
with(milonic=new menuname("Contact Us Menu")){
style=menuStyle;
overflow="scroll";
aI("text=Click Here to Contact Us;url=contactus.htm;");
aI("text=Directions to HPC;url=directions.htm;");
}

//*******************************************************************
drawMenus();

