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="#999999";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=2;
subimage="http://www.ccga-ca.com/images/arrow.gif";
subimagepadding=2;
}

with(bubbleTipStyle=new mm_style()){
	offcolor = "#000000";
	fontsize = "10px";
	fontstyle = "normal";
	fontfamily = "tahoma, verdana"; 
	overfilter = "Fade(duration=0.2);"
}

with(new menuname("bubbleTip"))
{
	top="offset=-176"
	left="offset=5"
	style=bubbleTipStyle;
	orientation="horizontal"
	menuwidth=225
	menuheight=166
	ignorecollision=true
	if(_W.M_maxTipWidth)maxwidth=M_maxTipWidth
	aI("text=;type=ToolTip;align=center;valign=middle;padding=0px 10px 30px 15px;itemwidth=220;bgimage=oval_bubble.gif");
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=5;   //200
orientation="horizontal";
style=menuStyle;
top=195;
aI("text=CCGA News;url=http://www.ccga-ca.com/linkto.php?page=news&type=php;target=main;");
aI("showmenu=AboutUs;text=About Us;");
aI("showmenu=Safety;text=Safety;");
aI("text=SAR Info;url=http://www.ccga-ca.com/sarinfo.html;target=main;");
aI("text=Pictures;url=http://www.ccga-ca.com/images;target=main;");
aI("text=Kit Shop;url=http://www.joedrouin.com/ccga.htm;target=main;");
aI("showmenu=Links;text=Links;");
aI("showmenu=Contact;text=Contact Us;");
aI("text=Members Forum;url=http://www.ccga-ca.com/m/phpBB2/;target=main;tooltip=" + _ForumMsg + ";tipmenu=bubbleTip;tipfollow=1;");
aI("text=Member Logon;url=http://www.ccga-ca.com/logon2.html;target=main;");

}

with(milonic=new menuname("AboutUs")){
orientation="horizontal";
overflow="scroll";
style=menuStyle;
aI("text=Organization;url=http://www.ccga-ca.com/CGAORGCHART2009Rev1.pdf;target=main;")
aI("text=Rescue Units;url=http://www.ccga-ca.com/linkto.php?page=maptest4&type=php;target=main;")
aI("text=Retired Members;url=http://www.ccga-ca.com/retired;target=main;")
aI("text=In Memorium;url=http://www.ccga-ca.com/inmemorium;target=main;")

}

with(milonic=new menuname("Safety")){
orientation="horizontal";
overflow="scroll";
style=menuStyle;
aI("text=Boat Shows and Events;url=http://www.ccga-ca.com/webcalendar;target=main;")
aI("text=Vessel Checks;url=http://www.ccga-ca.com/linkto.php?page=pccc;target=main;")
aI("text=Operator Cards;url=http://www.ccga-ca.com/linkto.php?page=pcoc;target=main;")

}

with(milonic=new menuname("Links")){
style=menuStyle;
orientation="horizontal";
aI("text=CCG Auxiliary;url=http://www.ccga-ca.com/linkto.php?page=linkccga;target=main;");
aI("text=Others;url=http://www.ccga-ca.com/linkto.php?page=linkother;target=main;");
}

with(milonic=new menuname("Contact")){
orientation="horizontal";
overflow="scroll";
style=menuStyle;
aI("text=Become Member;url=http://www.ccga-ca.com/linkto.php?page=member;target=main;")
aI("text=Ask a Question;url=mailto:admin@ccga-ca.com;target=main;")
aI("text=Head Office;url=http://www.ccga-ca.com/linkto.php?page=hqinfo;target=main;")

}



drawMenus();

