


_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=50                // Follow scrolling Rate
_subOffsetTop=-72              // Sub menu top offset
_subOffsetLeft=-80           // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#CCCCCC";
oncolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#666666";
borderstyle="dotted";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=5;
fontsize="10px";
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="black";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.3);Alpha(opacity=50);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.1)";
}


with(milonic=new menuname("Main Menu")){
style=AllImagesStyle;
top=0;
left=0;
alwaysvisible=1;
orientation="vertical";
screenposition="center"
top="offset=530"
left="offset=-340"
aI("showmenu=Parkpre;image=http://www.parkpreusa.com/images/menu_n.gif;overimage=http://www.parkpreusa.com/images/menu_o.gif;");
}

with(milonic=new menuname("Parkpre")){
style=AllImagesStyle;
aI("showmenu=Framesets;image=http://www.parkpreusa.com/images/m_frame_o.gif;overimage=http://www.parkpreusa.com/images/m_frame_n.gif;url=http://www.parkpreusa.com/framesets.htm;");
aI("showmenu=About;image=http://www.parkpreusa.com/images/m_about_o.gif;overimage=http://www.parkpreusa.com/images/m_about_n.gif;url=http://www.parkpreusa.com/about.htm;");
aI("showmenu=Teams;image=http://www.parkpreusa.com/images/m_teams_o.gif;overimage=http://www.parkpreusa.com/images/m_teams_n.gif;url=http://www.parkpreusa.com/teams.htm;");
aI("showmenu=Contact;image=http://www.parkpreusa.com/images/m_contact_o.gif;overimage=http://www.parkpreusa.com/images/m_contact_n.gif;url=http://www.parkpreusa.com/contact.htm;");
}

drawMenus();

