


_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=5             // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
buildAfterLoad=true




with(menuStyle=new mm_style()){
onbgcolor="#transparent";
oncolor="#FF0000";
offbgcolor="transparent";
offcolor="#172486";
bordercolor="#5F3F1C";
borderstyle="solid";
borderwidth=0;
separatorcolor="#5F3F1C";
separatorsize="1";
padding=10;
fontsize="15px";
fontfamily="Myriad Pro, Verdana, Geneva, sans-serif";
pagebgcolor="transparent";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.2);Alpha(opacity=75);Shadow(color='#172486', Direction=120, Strength=2)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle1=new mm_style()){
onbgcolor="#c6bca8F";
oncolor="#FF0000";
offbgcolor="#c6bca8";
offcolor="#172486";
bordercolor="#5F3F1C";
borderstyle="solid";
borderwidth=1;
separatorcolor="#5F3F1C";
separatorsize="1";
padding=1;
fontsize="13px";
fontfamily="Myriad Pro, Verdana, Geneva, sans-serif";
pagebgcolor="transparent";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#172486', Direction=120, Strength=2)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=175;
left=33;
alwaysvisible=1;
align="left"
orientation="vertical";
position="relative";
aI("text=Home;url=index.html;status=The Goodwill.Org Series Home Page;");
aI("text=History;url=020111history.html;status=The Goodwill.Org Series History Page;");
aI("text=Player Profile;url=020111player.php;");
aI("text=Host Family Form;url=020111homestayplayerprofile.php;");
aI("text=Coaches Corner;showmenu=coaches;");
aI("text=Goodwill Series 2010;url=020111updates2010.html;");
aI("text=In the News;showmenu=ssk;");
aI("text=Alumni;url=020111alumni.html;status=The GoodwillSeries.Org Alumni Gallery;");
aI("text=Sponors;url=020111sponsors.html;");
aI("text=Contact Us;url=020111contact.php;status=The GoodwillSeries.Org Contact Us;");
}

with(milonic=new menuname("ssk")){
style=menuStyle1;
margin=4;
aI("text=Goodwill Series News;url=news.html;");
aI("text=SSK News;url=http://www.ssksports.com/en/baseball/whats_new/news1251.html;");

}
with(milonic=new menuname("coaches")){
style=menuStyle1;
margin=4;
aI("text=Charlie Aliano;url=020111aliano.html;");
aI("text=Tommy Hearn;url=020111hearn.html;");
aI("text=Robert Williams;url=020111williams.html;");

}



drawMenus();

