emptyimage="/sos/fxmenu/transparent.gif";// Transparent image in gif format.
showdelay=10;//Time delay before submenus are displayed. Unit is milliseconds.
hidedelay=10;//Time delay before submenus are hidden. Unit is milliseconds.

/*Start Style Declarations - text color*/

with(TopitemStyle=new fxstyle()){
width=190;
height=20;
fontsize="9pt";
color="#00458a";
coloron="#00458a";
fontfamily="Arial";
bgcolor="#eeeeff";
paddingtop=5;
paddingleft=0;
align="center";
}

with(TopmenuStyle=new fxmenustyle()){
highlightpath=true;
wiseposition=true;
}

with(SubitemStyle=new fxstyle()){
width=190;
height=20;
fontsize="9pt";
color="#00458a";
coloron="#00458a";
bgcolor="#ffffff";
fontfamily="Arial";
borderwidth=1;
bordercolor="#ffffff"
bordercoloron="#00458a"
borderstyle="solid";
paddingtop=2;
paddingleft=10;
}

with(SubmenuStyle=new fxmenustyle()){
menuborderwidth=1;
menubordercolor="#00458a";
highlightpath=true;
wiseposition=true;
}

/*Start Menu Declarations*/

with(new fxmenu("MainMenu")){
style=TopitemStyle;
menustyle=TopmenuStyle;
visible=true;
position="relative";
orientation="horizontal";
fx("image=/sos/pg.gif;show=PG Menu;width=125;");
fx("image=/sos/fl.gif;show=FL Menu;width=80;");
fx("image=/sos/og.gif;show=OG Menu;width=115;");
fx("image=/sos/pp.gif;show=PP Menu;width=115;");
fx("image=/sos/of.gif;show=OF Menu;width=90;");
fx("image=/sos/iv.gif;show=IV Menu;width=95;");
fx("image=/sos/af.gif;show=AF Menu;width=115;");
}

with(new fxmenu("AF menu")){
style=SubitemStyle;
menustyle=SubmenuStyle;
width=150;
fx("text=River herring;url=/sos/spsyn/af/herring;");
fx("text=American shad;url=/sos/spsyn/af/shad;");
fx("text=Striped bass;url=/sos/spsyn/af/sbass;");
fx("text=Atlantic salmon;url=/sos/spsyn/af/salmon;");
fx("text=Sturgeon;url=/sos/spsyn/af/sturgeon;");
fx("text=;url=;");
}

with(new fxmenu("OF menu")){
style=SubitemStyle;
menustyle=SubmenuStyle;
width=150;
fx("text=Butterfish;url=/sos/spsyn/op/butter;");
fx("text=Bluefish;url=/sos/spsyn/op/bluefish;");
fx("text=Spiny dogfish;url=/sos/spsyn/op/dogfish;");
fx("text=Skates;url=/sos/spsyn/op/skate;");
fx("text=American eel;url=/sos/spsyn/op/eel;");
fx("text=Atlantic hagfish;url=/sos/spsyn/op/hagfish;");
fx("text=;url=;");
}

with(new fxmenu("PP menu")){
style=SubitemStyle;
menustyle=SubmenuStyle;
width=150;
fx("text=Atlantic herring;url=/sos/spsyn/pp/herring;");
fx("text=Atlantic mackerel;url=/sos/spsyn/pp/mackerel;");
fx("text=;url=;");
}

with(new fxmenu("FL Menu")){
style=SubitemStyle;
menustyle=SubmenuStyle;
width=150;
fx("text=Yellowtail flounder;url=/sos/spsyn/fldrs/yellotail;");
fx("text=Summer flounder;url=/sos/spsyn/fldrs/summer;");
fx("text=American plaice;url=/sos/spsyn/fldrs/plaice;");
fx("text=Witch flounder;url=/sos/spsyn/fldrs/witch;");
fx("text=Winter flounder;url=/sos/spsyn/fldrs/winter;");
fx("text=Windowpane flounder;url=/sos/spsyn/fldrs/window;");
fx("text=Atlantic halibut;url=/sos/spsyn/fldrs/halibut;");
fx("text=;url=;");
}

with(new fxmenu("OG menu")){
style=SubitemStyle;
menustyle=SubmenuStyle;
width=150;
fx("text=Goosefish;url=/sos/spsyn/og/goose;");
fx("text=Scup;url=/sos/spsyn/og/scup;");
fx("text=Black sea bass;url=/sos/spsyn/og/seabass;");
fx("text=Ocean pout;url=/sos/spsyn/og/pout;");
fx("text=White hake;url=/sos/spsyn/og/hake;");
fx("text=Cusk;url=/sos/spsyn/og/cusk;");
fx("text=Atlantic wolffish;url=/sos/spsyn/og/wolf;");
fx("text=Tilefish;url=/sos/spsyn/og/tile;");
fx("text=;url=;");
}

with(new fxmenu("PG Menu")){
style=SubitemStyle;
menustyle=SubmenuStyle;
width=150;
fx("text=Atlantic cod;url=/sos/spsyn/pg/cod;");
fx("text=Haddock;url=/sos/spsyn/pg/haddock;");
fx("text=Acadian redfish;url=/sos/spsyn/pg/redfish;");
fx("text=Silver hake;url=/sos/spsyn/pg/silverhake;");
fx("text=Red hake;url=/sos/spsyn/pg/redhake;");
fx("text=Pollock;url=/sos/spsyn/pg/pollock;");
fx("text=;url=;");
}


with(new fxmenu("IV Menu")){
style=SubitemStyle;
menustyle=SubmenuStyle;
width=200;
fx("text=Northern shortfin squid (Illex);url=/sos/spsyn/iv/sfsquid;");
fx("text=Longfin inshore squid (Loligo);url=/sos/spsyn/iv/lfsquid;");
fx("text=American lobster;url=/sos/spsyn/iv/lobster;");
fx("text=Northern shrimp;url=/sos/spsyn/iv/shrimp;");
fx("text=Atlantic Surfclam;url=/sos/spsyn/iv/surfclam;");
fx("text=Ocean quahog;url=/sos/spsyn/iv/quahog;");
fx("text=Sea scallop;url=/sos/spsyn/iv/scallop;");
fx("text=Deep sea red crab;url=/sos/spsyn/iv/redcrab;");
fx("text=;url=;");
}


buildMenus();

