
_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            	// The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5             	// Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
onbgcolor="#1970B9";
oncolor="#D8EDFF";
offbgcolor="#1970B9";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A5BCCC";
separatorsize=0;
padding=4;
fontsize=11;
fontstyle="normal";
fontweight="bold";
fontfamily="arial, helvetica, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding=0;
overfilter="";
outfilter="";
}

with(menuStyle2=new mm_style()){
onbgcolor="#DDDDB9";
oncolor="#003300";
offbgcolor="#225C1D";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize=1;
padding=4;
fontsize=11;
fontstyle="bold";
fontfamily="arial, helvetica, sans-seri";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="media/arrow1.gif";
subimagepadding=0;
overfilter="Fade(duration=0.5);Alpha(opacity=95);Shadow(color='#777777', Direction=145, Strength=0)";
outfilter="";
}

with(milonic=new menuname("joinsccu")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=175; 
aI("text=About Us;url=content.php?id=66;");
aI("text=Board, Volunteers and Employees;url=content.php?id=67;");
aI("text=Contact Us;url=content.php?id=68;");
aI("text=Membership Application;url=content.php?id=69;");
}

with(milonic=new menuname("loans")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=175; 
aI("text=Auto and Recreational Vehicles;url=content.php?id=70;");
aI("text=Personal Lines of Credit;url=content.php?id=71;");
aI("text=VISA Credit Card;url=content.php?id=72;");
aI("text=Home Equity Lines of Credit;url=content.php?id=73;");
aI("text=Other;url=content.php?id=74;");
aI("text=Frequently Asked Questions;url=content.php?id=75;");
aI("text=Mortgages;url=content.php?id=126;");
}

with(milonic=new menuname("checking")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=175; 
aI("text=Regular Savings;url=content.php?id=101;");
aI("text=Money Market, IRAs, Certificates;url=content.php?id=102;");
aI("text=Checking;url=content.php?id=103;");
}

with(milonic=new menuname("online")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=170; 
aI("text=Home Banking;url=content.php?id=90;");
aI("text=Bill Payer;url=content.php?id=82;");
aI("text=Join Online;url=content.php?id=92;");
aI("text=Apply Online;url=content.php?id=77;");
aI("text=Join Email List;url=content.php?id=91;");
aI("text=E-Statement;url=content.php?id=88;");
aI("text=Find an ATM Near You;url=content.php?id=89;");
aI("text=Site Map;url=content.php?id=97;");
}
drawMenus();

