_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="White";
onbgcolor="#2B55C5";
oncolor="White";
padding="18";
separatorcolor="SeaGreen";
separatorsize="1";
subimage="images/white_4x7.gif";
subimagepadding="6";
itemwidth="112";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="WhiteSmoke";
offcolor="#000000";
onbgcolor="#29905E";
oncolor="White";
padding="4";
subimage="images/white_4x7.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=903;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=http://green.xsiteprodesigns.com/;");
aI("showmenu=ArticlesArticle 1INFO_BAR_MENU;text=Articles;target=;url=articles.html;");
aI("showmenu=ProductsProduct 1INFO_BAR_MENU;text=Products;target=;url=products.html;");
aI("text=Resources;target=;url=resources.html;");
aI("text=Testimonials;target=;url=testimonials.html;");
aI("text=FAQ;target=;url=faq.html;");
aI("text=About Us;target=;url=about-us.html;");
aI("text=Contact Us;target=;url=contact-us.html;");
}

with(milonic=new menuname("ArticlesArticle 1INFO_BAR_MENU")){
style=submenuStyle;
aI("text=Article 1;target=;url=article-1.html;");
aI("text=Article 2;target=;url=article-2.html;");
}

with(milonic=new menuname("ProductsProduct 1INFO_BAR_MENU")){
style=submenuStyle;
aI("text=Product 1;target=;url=product-1.html;");
aI("text=Product 2;target=;url=product-2.html;");
}


 drawMenus();

