// JScript source code
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out

_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10             // Sub menu top offset

_subOffsetLeft=-10            // Sub menu left offset


with(menuStyle=new mm_style()){
onbgcolor="#cc0000";
oncolor="#ffff00";
offbgcolor="#e0e0e0";
offcolor="#0000cc";
bordercolor="#000066";
borderstyle="solid";
borderwidth="0";
separatorcolor="#000066";
separatorsize="1";
padding="2";
fontsize="85%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2) Alpha(opacity=100)";
outfilter="randomdissolve(duration=0.3)";
}



with(submenuStyle=new mm_style()){
onbgcolor="#cc0000";
oncolor="#ffff00";
offbgcolor="#e0e0e0";
offcolor="#0000cc";
bordercolor="#000066";
borderstyle="solid";
borderwidth="1";
separatorcolor="#000066";
separatorsize="1";
padding="2";
fontsize="85%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
headercolor="#000000";
headerbgcolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2) Alpha(opacity=95) Shadow(color='#999999', Direction='150', Strength='5')";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
menuwidth="840";
align="center";
position="relative";
alwaysvisible="1";
orientation="horizontal";
aI("text=Homepage;showmenu=About Us;url=http://www.flindersparkfc.com.au;");
aI("text=Senior Football;showmenu=Senior Football;");
aI("text=Junior Football;showmenu=Junior Football;");
aI("text=Cricket;showmenu=Cricket;");
aI("text=West Super Rules;showmenu=West Super Rules;url=http://www.wests.onoz.net/index.htm;");
aI("text=Sponsors;showmenu=Sponsors;url=http://www.flindersparkfc.com.au/sponsors.asp;");
aI("text=Merchandise;url=http://www.flindersparkfc.com.au/news.asp;");
aI("text=Club News;url=http://www.flindersparkfc.com.au/news.asp;");
aI("text=MySpace;showmenu=Social;url=http://www.myspace.com/fpfc;");
aI("text=Club Song;showmenu=Club Song;");
}



with(milonic=new menuname("About Us")){
style=submenuStyle;
left="offset=-1"
overflow="scroll";
aI("text=Homepage;url=http://www.flindersparkfc.com.au/index.asp;");
aI("text=Contact Details;url=http://www.flindersparkfc.com.au/contacts.asp;");
aI("text=Location Map;url=http://maps.google.com.au/maps?hl=en&ie=UTF-8&q=flinders+park+football+club&fb=1&split=1&gl=au&cid=15577907304239111197&li=lmd&z=14&t=m; target=_Blank");
}



with(milonic=new menuname("Senior Football")){
style=submenuStyle;
left="offset=-1";
aI("text=Premiership Tables;url=http://www.saafl.asn.au;");
aI("text=Programme;url=http://www.saafl.asn.au;;");
aI("text=Coaches;url=http://www.flindersparkfc.com.au/seniorcoaches.asp;");
}



with(milonic=new menuname("Junior Football")){
style=submenuStyle;
left="offset=-1";
aI("text=Programme;url=http://www.sportingpulse.com/assoc_page.cgi?assoc=3783&pID=1;");
aI("text=Premiership Ladder;url=http://www.sportingpulse.com/assoc_page.cgi?assoc=3783&pID=1;");
aI("text=Coaches;url=http://www.flindersparkfc.com.au/juniorcoaches.asp;");

}



with(milonic=new menuname("Cricket")){
style=submenuStyle;
left="offset=-1";
aI("text=Premiership Tables;url=http://www.turfcricket.com.au;");
aI("text=Programme;url=http://www.turfcricket.com.au;");
aI("text=Coaches;url=http://www.flindersparkfc.com.au/cricketcoaches.asp;");
}


with(milonic=new menuname("West Super Rules")){
style=submenuStyle;
left="offset=-1"
}


with(milonic=new menuname("Social")){
style=submenuStyle;
left="offset=-1";

}


with(milonic=new menuname("Sponsors")){
style=submenuStyle;
left="offset=-1";
aI("text=Major Sponsors;url=http://www.flindersparkfc.com.au/sponsors.asp#major;");
aI("text=Gold Sponsors;url=http://www.flindersparkfc.com.au/sponsors.asp#gold;");
aI("text=Diamond Sponsors;url=http://www.flindersparkfc.com.au/sponsors.asp#diamond;");
aI("text=Silver Sponsors;url=http://www.flindersparkfc.com.au/sponsors.asp#silver;");
}


with(milonic=new menuname("Club Song")){
style=submenuStyle;
left="offset=-1";
aI("text=Play & Save;url=http://www.flindersparkfc.com.au/downloads/Club Song - Flinders Park Football Club.mp3;");

}


drawMenus();