effect="fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=6)"

_menuCloseDelay=500;
_menuOpenDelay=150;
_scrollAmount=3;
_scrollDelay=20;
_followSpeed=5;
_followRate=40;
_subOffsetTop=10;
_subOffsetLeft=10;

with(topstyle=new mm_style()){
offcolor="#045544";
oncolor="#000000";
offbgcolor="#d6e5e2"
fontsize=12;
fontstyle="normal";
fontweight="bold";
fontfamily="Tacoma, Arial, Helvetica, Sans-Serif";
padding=2;
subimage="/images/arrow.gif";
high3dcolor="#66ffff";
low3dcolor="#000099";
headercolor="#ffffff";
headerbgcolor="#000099";
separatorcolor="#045544";
}

with(milonic=new menuname("mainnav")){
top=565
left=0
itemwidth=20;
borderwidth=0;
style=topstyle;
alwaysvisible=1;
followscroll=1;

aI("text=Top&nbsp;&nbsp;;showmenu=morenav;url=#top;separatorsize=1")
}

with(milonic=new menuname("morenav")){
itemwidth=90;
borderwidth=0;
style=topstyle;
alignment="left";
aI("text=Go Back;url=javascript:history.go(-1);;status=Go to previous page;separatorsize=1");
aI("text=Home;url=index.htm;;status=Go to the home page;separatorsize=1");
aI("text=Contact FCC;url=fccContacts.htm;;separatorsize=1");
aI("text=Go To The Top;url=#top;;status=Go to the top of the page;separatorsize=1");
aI("text=Implemented With Milonic Menus;url=http://www.milonic.com/;;status=Milonic;separatorsize=1");
}

drawMenus();