_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="Ridge";
borderwidth="4";
fontfamily="Arial Black";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
image="images/dots9.gif";
offbgcolor="#5E6695";
offcolor="#ffffff";
onbgcolor="#FCB982";
oncolor="#ffffff";
padding="6";
separatorcolor="White";
separatorsize="4";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="100%";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Arial Black";
fontsize="10pt";
fontstyle="normal";
offbgcolor="#FF6347";
offcolor="#737199";
onbgcolor="#DC9B5B";
oncolor="#ffffff";
padding="4";
separatorcolor="White";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=http://www.onthegayhorizon.com/;");
aI("text=About Us;target=;url=About_Us.html;");
aI("text=Contact Us;target=;url=Contact_Us.html;");
aI("text=OTGH Blog;target=;url=OTGH_Blog.html;");
aI("text=Newsletter Archives;target=;url=Newsletter_Archives.html;");
aI("text=Welcome Issue;target=;url=Welcome_Issue.html;");
aI("text=Fit in a Year!;target=;url=Fit_in_a_Year!.html;");
aI("text=Our Stories;target=;url=Our_Stories.html;");
aI("text=Legal Planner;target=;url=Legal_Planner.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}


 drawMenus();

