


_menuCloseDelay=500           // 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=0               // Sub menu top offset
_subOffsetLeft=0            // 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()){
align="right";
onbgcolor="";
oncolor="#C0C0C0";
offbgcolor="";
offcolor="#FFFFFF";
offclass="menulink";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="0";
padding=2;
fontsize="12px";
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
fontweight="700";
pagecolor="#323266";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
// subimage="layout/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(subStyle=new mm_style()){
onbgcolor="#C0C0C0";
oncolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=2;
fontsize="12px";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial, Helvetica, sans-serif";
}


with(milonic=new menuname("News")){
style=subStyle;
overflow="scroll";
aI("text=Latest News;url=/news.php;");
aI("text=Archived News;url=/news/index.php;");
}

with(milonic=new menuname("Team")){
style=subStyle;
aI("text=2004 Scottish Claymores Roster;url=/team/players/players.php;");
aI("text=Coaching Staff;url=/team/coaches/index.php;");
aI("text=Front Office;url=/info/directory.php;");
aI("text=Statistics;url=/team/statistics/index.php;");
aI("text=Hall of Fame;url=/team/hof/index.php;");
aI("text=Past Teams;url=/team/index.php;");
}

with(milonic=new menuname("History")){
style=subStyle;
aI("text=Who are the Claymores?;url=/info/index.php;");
aI("text=Team History;url=/info/history.php;");
aI("text=Statistics;url=/team/statistics/index.php;");
aI("text=Records;url=/team/statistics/records.php;");
aI("text=Previous Teams;url=team/index.php;");
}

with(milonic=new menuname("Grassroots")){
style=subStyle;
aI("text=Grassroots Home Page;url=/grassroots/index.php;");
aI("text=Grassroots News;url=/grassroots/news.php;");
aI("text=SFFA;url=/grassroots/sffa.php;");
aI("text=Leaders Award;url=/grassroots/leaders.php;");
aI("text=Team Directory;url=/grassroots/directory.php;");
aI("text=Rules;url=/grassroots/rules.php;");
}

with(milonic=new menuname("Community")){
style=subStyle;
aI("text=Claymores in the Community;url=/community/index.php;");
aI("text=Community News;url=/community/index.php;");
aI("text=NFL Schools Challenge;url=/community/nflschools.php;");
aI("text=Programmes;url=/community/schools.php;");

}

with(milonic=new menuname("Fans")){
style=subStyle;
aI("text=Fan Pages;url=/fans/index.php;");
aI("text=ClaymoresTEXT;url=/fans/text.php;");
aI("text=Claymores Internet;url=/fans/internet.php;");
aI("text=Booster Club;url=/fans/boosters.php;");
aI("text=Gameday;url=/fans/gameday.php;");
aI("text=Shuggie & Hamish;url=/fans/mascots.php;");
}

with(milonic=new menuname("Cheerleaders")){
style=subStyle;
aI("text=Cheerleaders Home Page;url=/cheerleaders/index.php;");
aI("text=Profiles;url=/cheerleaders/bios/index.php;");

}

with(milonic=new menuname("Corporate")){
style=subStyle;
aI("text=Corporate Opportunities;url=/corporate/index.shtml;");
aI("text=Sponsorship;url=/corporate/sponsorship.shtml;");
aI("text=Hospitality;url=/corporate/hospitality.shtml;");
aI("text=Group Packages;url=/corporate/groups.shtml;");
}

with(milonic=new menuname("Contact")){
style=subStyle;
aI("text=Feedback Form;url=/info/feedback.php;");
aI("text=Office Address;url=/info/directory.php;");
aI("text=Staff Directory;url=/info/directory.php;");
aI("text=Job Opportunities;url=/jobs.php;");
}

drawMenus();

