_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
align="left";
fontfamily="Book Antiqua";
fontsize="10pt";
fontweight="normal";
headercolor="#000000";
offcolor="#000000";
onbold="bold";
oncolor="DarkGray";
padding="5";
subimage="images/11x9_dotted_green.gif";
subimagepadding="8";
}

with(menuStyle=new mm_style()){
align="right";
fontfamily="Book Antiqua";
fontsize="12pt";
headerbgcolor="#ffffff";
headercolor="#000000";
image="images/location7.gif";
offcolor="MidnightBlue";
oncolor="DarkOliveGreen";
overimage="images/location_on7.gif";
imageposition="right";
itemwidth="150";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=./;");
aI("text=Products;target=;url=Products.html;");
aI("text=Testimonials;target=;url=Testimonials.html;");
aI("text=Articles;target=;url=Articles.html;");
aI("text=Resources;target=;url=Resources.html;");
aI("text=About KFP;target=;url=About-KFP.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
}


 drawMenus();
