fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=-0;

with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10";
fontstyle="normal";
fontcolor="#FFFFAA";
headerbgcolor="#783407";
headercolor="#FFFFAA";
offbgcolor="#783407";
offcolor="#FFFFAA";
onbgcolor="#FFFFAA";
oncolor="#783407";
outfilter="randomdissolve(duration=0.0)";
overfilter="Fade(duration=0.000000);Alpha(opacity=100);Shadow(color=#783407', Direction=1, Strength=0)";
padding=5;
pagebgcolor="#783407";
pagecolor="black";
separatorcolor="#000000";
separatorsize=1;
subimage="http://www.bengalcat.com/menutest/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
overflow="scroll";
style=menuStyle;
aI("text=Home;url=/index.php;");
aI("showmenu=FindingaBG;text=Finding a Bengal;");
aI("showmenu=BreedInfo;text=Breed Information;");
aI("showmenu=Membership;text=Membership;");
aI("showmenu=About;text=About TIBCS;");
aI("showmenu=Fundraisers;text=Donations and Fundraisers;");
aI("text=The Spot to Shop;url=store/index.php;");
aI("text=Forms and Documents;url=/formsanddocs.php;");
aI("text=Contact;url=/contact.php;");
}

with(milonic=new menuname("FindingaBG")){
overflow="scroll";
style=menuStyle;
aI("text=Breeder Directory;url=/breederlistingmain.aspx;")
aI("text=Available Cats;url=/retirees/index.php;")
aI("text=Bengal Rescue;url=/rescue.aspx;")
aI("text=Disiplinary List;url=/disciplinarylist.php;")
}

with(milonic=new menuname("BreedInfo")){
overflow="scroll";
style=menuStyle;
aI("showmenu=standards;text=Breed Standards;");
aI("text=Showing your Bengal;url=/aboutbengals/showing.php;")
aI("showmenu=foundations;text=ALCs & Foundations;");
aI("showmenu=selective;text=Selective Breeding;");
aI("text=What is a Bengal;url=/whatis.php;")
aI("text=More about Bengals;url=/aboutbengals/bengal.php;")
aI("text=CITES;url=/aboutbengals/cites.php;")
}

with(milonic=new menuname("standards")){
overflow="scroll";
style=menuStyle;
aI("text=ACF Bengal Standard (Australia);url=/gpics/ACF-BGStandard.pdf;")
aI("text=ACFA Bengal Standard;url=/gpics/ACFA-BGStandard.pdf;")
aI("text=FIFe Bengal Standard (Europe);url=/gpics/FIFe-BGStandard.pdf;")
aI("text=TICA Bengal Standard;url=/gpics/TICA-BGStandard.pdf;")
aI("text=UFO Bengal Standard;url=/gpics/UFO-BGStandard.pdf;")
}

with(milonic=new menuname("foundations")){
overflow="scroll";
style=menuStyle;
aI("text=ALCs;url=/aboutbengals/alc.php;")
aI("text=Foundations;url=/aboutbengals/foundation.php;")
}

with(milonic=new menuname("selective")){
overflow="scroll";
style=menuStyle;
aI("text=Breeding;url=/aboutbengals/breeding.php;")
aI("text=Movement;url=/aboutbengals/movement.php;")
}

with(milonic=new menuname("Membership")){
overflow="scroll";
style=menuStyle;
aI("text=Membership Info;url=/abouttibcs/membership.php;")
aI("text=Members Login;url=/login.aspx;");
aI("text=Join TIBCS;url=/UserRegister.aspx;");
aI("text=Renew;url=/login.aspx;");

}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=About TIBCS;url=/abouttibcs/tibcs.php;");
aI("text=Committees;url=/committees.php;");
}

with(milonic=new menuname("Fundraisers")){
style=menuStyle;
aI("text=Raffles;url=/fundraisers/index.php;");
aI("showmenu=CharitableFunds;text=TIBCS Charitable Funds;");
aI("text=Corporate & Individual Donors;url=/donordrive.php;");
}

with(milonic=new menuname("CharitableFunds")){
style=menuStyle;
aI("text=Bengal Legal Education Fund;url=/legaleducationfund.php;");
aI("text=Distressed Bengal Fund;url=/DBFFund.php;");
aI("text=Heritage Conservation Fund;url=/heritagefund.php;");
aI("text=The Lightning Fund;url=/lightningfund.php;");
aI("text=TIBCS General Fund;url=/generalfund.php;");
}


drawMenus();


