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=2;
_subOffsetLeft=-2;



with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma, Arial, Helvetica, sans-serif";
fontsize="12px";
fontstyle="normal";
fontweight="Bold";
headerbgcolor="black";
headercolor="#FFC128";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="arrow_small.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left="offset=-315";
top="offset=140";
followscroll=1;
screenposition="top;center";
style=menuStyle;
aI("align=center;text=Rogers Clan <BR> Photo Album;type=header;");
aI("text=Home;url=index.html;");
aI("showmenu=cole;text=Cole");
aI("showmenu=viking;text=Viking");
aI("showmenu=inLovingMemory;text=In Loving Memory <img src='spacer.gif' border=0 height='1px' width='5px'/>");
aI("showmenu=links;text=Links;");
aI("align=center;text=Contacts;type=header;");
aI("text=<img border=0 height=11 width=25 src='Email.gif'>  &nbsp;<b>Email Marie</b></a>;url=mailto:marie@rogersclan.net;");
aI("text=<img border=0 height=11 width=25 src='Email.gif'>  &nbsp;<b>Email Cliff</b></a>;url=mailto:cliff@rogersclan.net;");
}

with(cole=new menuname("cole"))
{
 style=menuStyle;
 aI("text=Pedigree;url=ColeFront.html;");
 aI("text=Under 3 Months;url=ColeUnder3.html;");
 aI("text=3-4 Months;url=Cole3_4.html;");
 aI("text=5-6 Months;url=Cole5_6.html;");
 aI("text=7-9 Months;url=Cole7_9.html;");
 aI("text=10-12 Months;url=Cole10_12.html;");
 aI("text=13-18 Months;url=Cole13_18.html;");
 aI("text=19-24 Months;url=Cole19_24.html;");
}


with(viking=new menuname("viking"))
{
 style=menuStyle;
 aI("text=Pedigree;url=VikingFront.html;");
 aI("text=Under 3 Months;url=VikingUnder3.html;");
 aI("text=3-5 Months;url=Viking3_5.html;");
 aI("text=6-7 Months;url=Viking6_7.html;");
 aI("text=8-12 Months;url=Viking8_12.html;");
 aI("text=13-18 Months;url=Viking13_18.html;");
 aI("text=2-6 years;url=Viking2_6.html;");
 aI("text=Competitions;url=VikingCompetitions.html;");
}

with(inLovingMemory=new menuname("inLovingMemory"))
{
 style=menuStyle;
 aI("showmenu=titan;text=Titan");
}

with(titan=new menuname("titan"))
{
 style=menuStyle;
 aI("text=Pedigree;url=TitanFront.html;");
 aI("text=Under 3 Months;url=TitanUnder3.html;");
 aI("text=3-4 Months;url=Titan3_4.html;");
 aI("text=5-6 Months;url=Titan5_6.html;");
 aI("text=7-8 Months;url=Titan7_8.html;");
 aI("text=9-10 Months;url=Titan9_10.html;");
 aI("text=11 Months;url=Titan11.html;");
 aI("text=12-13 Months;url=Titan12_13.html;");
 aI("text=14-18 Months;url=Titan14_18.html;");
 aI("text=19-23 Months;url=Titan19_23.html;");
 aI("text=Competitions;url=TitanCompetitions.html;");
}


with(links=new menuname("Links"))
{
 style=menuStyle;
 aI("showmenu=bullmastiff;text=Bullmastiff");
 aI("showmenu=frenchbulldog;text=French Bulldog");
}

with(bullmastiff=new menuname("bullmastiff"))
{
 style=menuStyle;
 aI("text=American Bullmastiff Association;url=http://bullmastiff.us/;");
 aI("text=AKC Bullmastiff Standard;url=http://www.akc.org/breeds/bullmastiff/;");
 aI("text=Bullmastiff Rescue;url=http://rescue.bullmastiffinfo.org/;");
}


with(frenchbulldog=new menuname("frenchbulldog"))
{
 style=menuStyle;
 aI("text=French Bulldog Rescue;url=http://www.frenchbulldogrescue.org/;");
 aI("text=AKC French Bulldog Standard;url=http://www.akc.org/breeds/french_bulldog/;");
 aI("text=French Bulldog Kingdom;url=http://www.frenchbulldog.com/;");
}


drawMenus();


