﻿_menuCloseDelay=500;
_menuOpenDelay=150;
_scrollAmount=3;
_scrollDelay=20;
_followSpeed=5;
_followRate=40;
_subOffsetTop=10;
_subOffsetLeft=10;

with(style1=new mm_style()){
offcolor="#ffffff";
offbgcolor="#010080";
oncolor="#55A7D7";
onbgcolor="#010080";
bordercolor="#010080";
borderstyle="solid";
separatorcolor="#010080";
borderwidth=1;
fontsize="13px";
fontstyle="normal";
fontweight="normal";
fontfamily=" century gothic";
padding=1;
subimage="../../images/arrow.gif";


overfilter="Fade(duration=0.2);Alpha(opacity=100);";
}

with(style2=new mm_style()){
offcolor="#ffffff";
offbgcolor="#010080";
oncolor="#ffffff";
onbgcolor="#55A7D7";
bordercolor="#010080";
borderstyle="solid";
separatorcolor="#010080";
borderwidth=1;
fontsize="12px";
fontstyle="normal";
fontweight="normal";
fontfamily=" century gothic";
padding=1;
subimage="../../images/arrow.gif";


overfilter="Fade(duration=0.2);Alpha(opacity=100);";
}

with(milonic=new menuname("mainmenu")){
top=63;

screenposition="center";
style=style1;
alwaysvisible=1;
alignment="center";
orientation="horizontal";
aI("text= HOME;url=index.html;;separatorsize=24")
aI("text= DEPARTMENTS;url=departments.html;;separatorsize=24")
aI("text= POND INLET;showmenu=pond;;separatorsize=24")
aI("text= HAMLET COUNCIL;showmenu=hamlet;;separatorsize=24")
aI("text= BUSINESS LINKS;url=directory.html;;separatorsize=24")
aI("text= NEWS;url=news.html;;separatorsize=24")
aI("text= PHOTO GALLERY;url=photos.html;;separatorsize=24")

}



with(milonic=new menuname("pond")){
itemwidth=215;
style=style2;
alignment="left";

aI("text=Brief History of How it came to be;url=history.html;")
aI("text=Early Explorers;url=explorers.html;")
aI("text=Today;url=today.html;")
aI("text=Travel Information ;url=travel.html;")


 
	 }
with(milonic=new menuname("hamlet")){
itemwidth=105;
style=style2;
alignment="left";

aI("text=Members;url=members.html;")
aI("text=Committees;url=committees.html;")

}
drawMenus();
