fixMozillaZIndex=true;		//Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=120			// The time delay for menus to remain visible on mouse out
_menuOpenDelay=10			// The time delay before menus open on mouse over
_subOffsetTop=0             // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset




with(menuStyle=new mm_style()){
bordercolor="#720f3c";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana";
fontsize="70%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#e5a725";
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="#720f3c";
separatorsize=1;
}

with(milonic=new menuname("ABOUT")){
//style=menuStyle;
//overflow="scroll";
//aI("text=About;url=http://www.bctourismindustryconference.ca/about.html;");
}

with(milonic=new menuname("SPONSORS")){
style=menuStyle;
overflow="scroll";
aI("text=TIC Sponsorship Opportunities;url=http://www.bctourismindustryconference.ca/tic_opportunities.html;");
aI("text=TIC Sponsors;url=http://www.bctourismindustryconference.ca/tic_sponsors.html;");
//aI("text=Summit Sponsorship Opportunities;url=http://www.bctourismindustryconference.ca/sponsor_opportunities.html;");
//aI("text=Summit Sponsors;url=http://www.bctourismindustryconference.ca/sponsor_current.html;");
}

with(milonic=new menuname("REGISTRATION")){
style=menuStyle;
overflow="scroll";
aI("text=Registration;url=http://www.bctourismindustryconference.ca/registration.html;");
aI("text=Media;url=http://www.bctourismindustryconference.ca/media_reg.html;");
aI("text=Student;url=http://www.bctourismindustryconference.ca/AdoptStudent2.html;");
aI("text=Accommodations;url=http://www.bctourismindustryconference.ca/reg_accommodations.html;");
aI("text=Transportation;url=http://www.bctourismindustryconference.ca/reg_transportation.html;");
}

with(milonic=new menuname("AWARDS")){
style=menuStyle;
overflow="scroll";
aI("text=Awards;url=http://www.bctourismindustryconference.ca/awards.html;");
aI("text=Nominations;url=http://www.bctourismindustryconference.ca/nominations.html;");
aI("text=Past Winners;url=http://www.bctourismindustryconference.ca/pastwinners.html;");
}


with(milonic=new menuname("PROGRAM")){
style=menuStyle;
overflow="scroll";
aI("text=Program;url=http://www.bctourismindustryconference.ca/program.html;");
aI("text=Speaker Profiles;url=http://www.bctourismindustryconference.ca/program_speakers.html;");
aI("text=Photos;url=http://www.bctourismindustryconference.ca/program_photos.html;");
//aI("text=Presentations;url=http://www.bctourismindustryconference.ca/extras09.html;");
}



with(milonic=new menuname("AUCTION")){
style=menuStyle;
overflow="scroll";
aI("text=Donate;url=http://www.bctourismindustryconference.ca/auction.html;");
}


drawMenus();


