﻿_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


with(menuStyle1=new mm_style()){
styleid=1;
onbgcolor="#ffffff";
oncolor="#668099";
offbgcolor="#668099";
offcolor="#FFFFFF";
bordercolor="#6699cc";
borderstyle="solid";
borderwidth=0;
separatorcolor="transparent";
separatorsize=3;
padding=2;
fontsize=11;
fontstyle="bold";
fontfamily="Arial ";
pagecolor="#3B3BBB";
fontweight="bold"
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding=2;
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style()){
//styleid=1;
onbgcolor="#ffffff";
oncolor="#668099";
offbgcolor="#b9a04e";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize=1;
padding=2;
fontsize="10pt";
//fontstyle="bold";
fontfamily="Arial ";
pagecolor="#3B3BBB";
fontweight="bold"
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding=2;
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#668099";
offbgcolor="#668099";
offcolor="#FFFFFF";
bordercolor="#E9B400";
borderstyle="solid";
borderwidth=1;
separatorcolor="#E9B400";
separatorsize=1;
padding=2;
fontsize=11;
fontstyle="bold";
fontfamily="Arial ";
pagecolor="#3B3BBB";
fontweight="bold"
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding=2;
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}

with(PageStyle=new mm_style()){
styleid=2;
onbgcolor="#ffffff";
oncolor="#668099";
offbgcolor="#668099";
offcolor="#FFFFFF";
bordercolor="#004f6d";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize=2;
padding=3;
fontsize=11;
fontstyle="bold";
fontfamily="Arial ";
pagecolor="#3B3BBB";
fontweight="bold"
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main")){
style=menuStyle1;
top=185;
screenposition="center";
//left="offset=120";
orientation="horizontal";
alwaysvisible=1;
aI("text=Home;url=http://www.kiwanisatlanta.org;");
aI("text=Contact Us;url=http://www.ciclt.net/sn/adm/editpage.aspx?ClientCode=kca&FileName=ContactInformation.txt;");
aI("text=Login;url=http://www.ciclt.net/sn/sec/login.aspx?ClientCode=kca;");
}

with(milonic=new menuname("MainButtons")){
style=menuStyle2;
top=210;
screenposition="center";
left="offset=-390";
orientation="vertical";
itemheight=30;
itemwidth=185;
alwaysvisible=1;
aI("text=Home;align=left;offcolor=#000000;url=http://www.kiwanisatlanta.org;");
aI("text=About Us;align=left;offcolor=#000000;url=http://www.ciclt.net/sn/clt/kca/pagedisplay.aspx?ClientCode=kca&FileName=About.txt;");
aI("text=Calendar;align=left;offcolor=#000000;url=http://www.ciclt.net/sn/cal/c_list.aspx?SearchType=Upcoming&ClientCode=kca;");
aI("text=Membership Information;align=left;offcolor=#000000;url=http://www.ciclt.net/sn/clt/kca/pagedisplay.aspx?ClientCode=kca&FileName=MemberInformation.txt;");
aI("text=Club History;align=left;offcolor=#000000;url=http://www.ciclt.net/sn/clt/kca/pagedisplay.aspx?ClientCode=kca&FileName=ClubHistory.txt;");
aI("text=Weekly Programs;align=left;offcolor=#000000;url=http://www.ciclt.net/sn/clt/kca/pagedisplay.aspx?ClientCode=kca&FileName=WeeklyPrograms.txt;");
aI("text=Youth Activities;align=left;offcolor=#000000;url=http://www.ciclt.net/sn/clt/kca/pagedisplay.aspx?ClientCode=kca&FileName=YouthActivities.txt;");
aI("text=Kiwanis Club Leadership;align=left;offcolor=#000000;url=http://www.ciclt.net/sn/clt/kca/pagedisplay.aspx?ClientCode=kca&FileName=ClubLeadership.txt;");
aI("text=Kiwanis Georgia District;align=left;offcolor=#000000;url=http://www.georgiakiwanis.org/public_district/index.aspx;target=_blank;");
aI("text=Kiwanis International;align=left;offcolor=#000000;url=http://www.ciclt.net/sn/clt/kca/pagedisplay.aspx?ClientCode=kca&FileName=KiwanisInternational.txt;");
aI("text=Foundation / Philanthropies;align=left;offcolor=#000000;url=http://www.ciclt.net/sn/clt/kca/pagedisplay.aspx?ClientCode=kca&FileName=Kiwanis_Foundation_of_Atlanta.txt;");
aI("text=Club Bulletin;align=left;offcolor=#000000;url=http://www.ciclt.net/sn/clt/kca/pagedisplay.aspx?ClientCode=kca&FileName=ClubBulletin_page1.txt;");
aI("text=Members Login;align=left;offcolor=#000000;url=http://www.ciclt.net/sn/sec/login.aspx?ClientCode=kca;");
}

drawMenus();




