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(menuStyle1 = new mm_style())
{
	fontweight = "bold";
	visitedcolor='#666666';
}

with(menuStyle = new mm_style())
{
	bordercolor = "#999999";
	borderstyle = "solid";
	borderwidth = 1;
	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 = 5;
	pagebgcolor = "#82B6D7";
	pagecolor = "black";
	separatorcolor = "#999999";
	separatorsize = 1;
	subimage = "http://img.milonic.com/arrow.gif";
	subimagepadding = 2;
}

with(milonic = new menuname("Main Menu"))
{
	alwaysvisible = 1;
	style = menuStyle1;
	aI("showmenu=Samples;text=其它學院;");
}

with(milonic=new menuname("Samples"))
{
	overflow = "scroll";
	style = menuStyle;
	aI("text=台大國發硏所;url=http://www.nd.ntu.edu.tw/main.php;target='blank';");
	aI("text=台大社研所;url=http://social.ntu.edu.tw/chi_index.htm;target='blank';");
	aI("text=台大經濟系;url=http://www.econ.ntu.edu.tw/;target='blank';");
	aI("text=臺北大學社學系;url=http://www.ntpu.edu.tw/social/;target='blank';");
	aI("text=輔大社研所;url=http://www.soci.fju.edu.tw/;target='blank';");
	aI("text=東吳大學社研所;url=http://www.scu.edu.tw/society/;target='blank';");
	aI("text=南華大學社研所;url=http://mail.nhu.edu.tw/~society/;target='blank';");
	aI("text=元智大學社學系;url=http://sc.hs.yzu.edu.tw/;target='blank';");
	aI("text=東海大學政研所;url=http://www2.thu.edu.tw/~politic/;target='blank';");
	aI("text=東海大學法研所;url=http://www2.thu.edu.tw/~law/;target='blank';");
	aI("text=大葉大學研究所;url=http://www.dyu.edu.tw/~hrpr/;target='blank';");
	aI("text=台灣勞動暨人力資源協會;url=http://www.taiwanlabor.org.tw/;target='blank';");
}

drawMenus();


