


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // 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="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Samples")){
style=menuStyle;
overflow="scroll";

aI("text=Horizontal Navigation Bar;url=menusample.php?sampleid=1;");

aI("text=Vertical Navigation Bar;url=menusample.php?sampleid=2;");

aI("text=All Horizontal Menus;url=menusample.php?sampleid=25;");
aI("text=Using&nbsp;\"popup\"&nbsp;based&nbsp;on&nbsp;HTML&nbsp;Objects&nbsp;with&nbsp;fixed&nbsp;Position;url=menusample.php?sampleid=3;");

aI("text=Using 'popup()' Bound to Images;url=menusample.php?sampleid=24;");

aI("text=Image Map Sample;url=menusample.php?sampleid=4;");

aI("text=Multiple Styles;url=menusample.php?sampleid=5;");

aI("text=Multiple Properties;url=menusample.php?sampleid=6;");

aI("text=Multiple Colors;url=menusample.php?sampleid=7;");

aI("text=Menu Items as Headers;url=menusample.php?sampleid=8;");

aI("text=Relative Positioning (Table Bound);url=menusample.php?sampleid=9;");

aI("text=100% Width Span Menu;url=menusample.php?sampleid=26;");

aI("text=Follow Scrolling;url=menusample.php?sampleid=10;");

aI("text=Positioning with 'screenposition' & 'offsets';url=menusample.php?sampleid=23;");

aI("text=Opening Windows & Frames;url=menusample.php?sampleid=11;");

aI("text=XP Style;url=menusample.php?sampleid=12;");

aI("text=Windows 98 Style;url=menusample.php?sampleid=13;");

aI("text=Activating MouseOver & MouseOut Functions;url=menusample.php?sampleid=15;");

aI("text=Static Images Sample;url=menusample.php?sampleid=16;");

aI("text=RollOver Images;url=menusample.php?sampleid=17;");
aI("text=All Images;url=menusample.php?sampleid=18;");

aI("text=Images as Menu Backgrounds;url=menusample.php?sampleid=19;");

aI("text=Background Menu Item Images;url=menusample.php?sampleid=20;");
}


with(milonic=new menuname("Milonic")){
style=menuStyle;
aI("text=Upcoming Events;url=events.html;target=scroll;");}

with(milonic=new menuname("Partners")){
style=menuStyle;
aI("text=About AGA;url=about.html;target=scroll;");
aI("text=Titles Shown;url=list.html;target=scroll;");
aI("text=Anime Library;url=library.html;target=scroll;");
aI("text=Past Events;url=pastevents.html;target=scroll;");}


with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Link to AGA;url=images/banner;target=scroll;");
aI("text=Links;url=images/link;target=scroll;");
aI("text=Dealers;url=images/dealers;target=scroll;");}

with(milonic=new menuname("Links1")){
style=menuStyle;
aI("text=AGA Mascots;url=images/mascot;target=scroll;");
aI("text=Tshirt Contest 2000;url=images/tshirt2;target=scroll;");
aI("text=Halloween Contest '99;url=images/manga;target=scroll;");
aI("text=Fanart '99;url=images/fanart;target=scroll;");}

with(milonic=new menuname("Anti Spam")){
style=menuStyle;
aI("text=Officers;url=images/officers;target=scroll;");
aI("text=Mail;url=contact.html;target=scroll;");}

with(milonic=new menuname("My Milonic")){
style=menuStyle;
aI("text=2005 and on;url=http://aganime.xidus.net/gallery/;target=scroll;");
aI("text=Kunicon Miami 2004;url=http://aganime.xidus.net/gallery/kunicon_miami_2004;target=scroll;");
aI("text=YasumiCon 2004;url=http://aganime.xidus.net/gallery/yasumicon2004;target=scroll;");
aI("text=Mega Con 2004;url=pictures/2004megacon/;target=scroll;");
aI("text=Halloween 2003;url=pictures/2003halloween/;target=scroll;");
aI("text=YasumiCon 2003;url=pictures/2003yasumi/;target=scroll;");
aI("text=Jacon 2003;url=pictures/2003jacon/;target=scroll;");
}
drawMenus();



