fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=200;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=-23;
buildAfterLoad=true;



with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="";
borderwidth=0;
fontfamily="Verdana, Arial, Tahoma";
fontsize="12px";
align="left"
fontstyle="normal";
fontweight="normal";
headerbgcolor="#142a40";
headercolor="#FFFFFF";
offbgcolor="#142a40";
offcolor="#FFFFFF";
onbgcolor="#1c3751";
oncolor="#b6d7f6";
outfilter="randomdissolve(duration=0.0)";
overfilter="Fade(duration=0.0);Alpha(opacity=98)";
padding=10;
pagebgcolor="";
pagecolor="";
separatorcolor="#798999";
separatorsize=1;
subimage="../DHTMLimages/arrow_sub5.gif";
subimagepadding=5;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=&nbsp;Biography&nbsp;;url=http://www.chuckchakrapani.com/Biography/default.asp;");
aI("text=&nbsp;Publications;showmenu=PUBLICATIONS;");
aI("text=&nbsp;Links&nbsp;;url=http://www.chuckchakrapani.com/Links/default.asp;");
aI("text=&nbsp;Contact&nbsp;;url=http://www.chuckchakrapani.com/Contact/default.asp;");
aI("text=&nbsp;Conferences&nbsp;;url=http://www.chuckchakrapani.com/Conferences/default.asp;");
aI("text=&nbsp;SRS Inc.&nbsp;;url=http://www.chuckchakrapani.com/SRS/default.asp;");
aI("text=&nbsp;Events&nbsp;;url=http://www.chuckchakrapani.com/Calendar/default.asp;");
aI("text=&nbsp;Research&nbsp;Portal&nbsp;;url=http://www.researchportal.ca/wiki;");
aI("text=&nbsp;Blogs;showmenu=BLOGS;");
}

	with(new menuname("BLOGS")){
	style=menuStyle;
	itemwidth=180;
	aI("text=Travel;url=http://www.chuckchakrapani.com/blog1/Default.asp;")
	aI("text=Marketing and Research;url=http://www.chuckchakrapani.com/blog2/Default.asp;")
	aI("text=Books;url=http://www.chuckchakrapani.com/blog3/Default.asp;")
	aI("text=Miscellaneous;url=http://www.chuckchakrapani.com/blog4/Default.asp;")
	}

	with(new menuname("PUBLICATIONS")){
	style=menuStyle;
	itemwidth=180;
	aI("text=Published&nbsp;Articles;url=http://www.chuckchakrapani.com/Articles/default.asp;")
	aI("text=Books;url=http://www.chuckchakrapani.com/Books/default.asp;")
	aI("text=Modern Marketing Research Step-by-Step;url=http://www.chuckchakrapani.com/StepByStep/default.asp;")
	}

drawMenus();

