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="#EBF0FA";
borderstyle="solid";
borderwidth=0;
fontfamily="trebuchet ms, sans serif";
fontsize="14px%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#EBF0FA";
headercolor="#4778D1";
offbgcolor="#EBF0FA";
offcolor="#4778D1";
onbgcolor="#EBF0FA";
oncolor="#CD5C0A";
padding=3;
/* pagebgcolor="#EBF0FA"; */
/* pagecolor="#4F4BC8"; /* gosterilen page'in tab'i farkli renkte */
separatorcolor="#EBF0FA";
separatorsize=16;
}

with(submenuStyle=new mm_style()){
bordercolor="#CCCCCC";   /* 80A4E5 */
borderstyle="solid";
borderwidth=1;
/* fontfamily="bitstream vera sans, sans-serif";*/
fontfamily="trebuchet ms, sans serif";
fontsize="14px";
fontstyle="normal";
/*fontweight="bold";*/
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#4F4BC8";   /* 5752DD 2252AA 4778D1 2A416C */
onbgcolor="#ffffff";
oncolor="#CD5C0A";
padding=3;
/*
pagebgcolor="#82B6D7";
pagecolor="4778D1";
separatorcolor="#EBF0FA";
separatorsize=0; 
*/
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=70;
top=8;
followscroll=1;
/*screenposition="center";  */
orientation="horizontal";
style=menuStyle;
aI("text=Home ;url=http://www.math.uga.edu/~caner/index.html;");
aI("text=Research;url=http://www.math.uga.edu/%7Ecaner/research.html;");
aI("showmenu=Courses;text=Teaching;url=http://www.math.uga.edu/%7Ecaner/teaching.html;");
aI("text=EcoNet;url=http://eco.engr.uga.edu;");
aI("text=Miscellaneous;url=http://www.math.uga.edu/~caner/misc/index.html;");
/*aI("text=CV;url=http://www.math.uga.edu/~caner/home/cv_kazanci.pdf;");*/
/*aI("text=Links;url=http://www.math.uga.edu/~caner/menu/under_construction.html;");*/
}

with(milonic=new menuname("Courses")){
/* overflow="scroll"; This ruined the menu follow page feature */ 
style=submenuStyle;
top = "offset=7";
aI("text=MATH 8850, VIGRE Research Group, Fall 09-Spring 10;url=http://www.math.uga.edu/~caner/09vigre/index.html;");
aI("text=ENGR 6101, 8102, 8103, Computational Engineering, Fall 09;url=http://www.math.uga.edu/~caner/09engr810X/index.html;");
aI("text=MATH 4700/6700, Qualitative Differential Equations, Fall 09;url=http://www.math.uga.edu/~caner/09math6700/index.html;");
aI("text=MATH 4780/6780, ENGG 8110, Mathematical Biology, Spring 09;url=http://www.math.uga.edu/~caner/09mathbio/index.html;");
aI("text=MATH 8850, VIGRE Research Group, Fall 08-Spring 09;url=http://www.math.uga.edu/~caner/08vigre/index.html;");
aI("text=ENGR 6101, 8102, 8103, Computational Engineering, Fall 08;url=http://www.math.uga.edu/~caner/08engr810X/index.html;");
aI("text=REU (NSF), Summer 08;url=http://www.math.uga.edu/~caner/08reu/index.html;");
aI("text=MATH 4780/6780, ENGG 8110, Mathematical Biology, Spring 08;url=http://www.math.uga.edu/~caner/08mathbio/index.html;");
aI("text=MATH 2700, Differential Equations, Spring 08;url=http://www.math.uga.edu/~caner/08math2700/index.html;");
aI("text=ENGR 8102, 8103, Elliptic and Parabolic PDE's, Fall 07;url=http://www.math.uga.edu/~caner/07engr810X/index.html;");
aI("text=MATH 4510/6510, Numerical Analysis II, Spring 07;url=http://www.math.uga.edu/~caner/07math4510/index.html;");
aI("text=MATH 4500/6500, Numerical Analysis I, Fall 06;url=http://www.math.uga.edu/~caner/06math4500/index.html;");
aI("text=ENGR 8102, 8103, Elliptic and Parabolic PDE's, Fall 06;url=http://www.math.uga.edu/~caner/06engr810X/index.html;");
aI("text=MATH 4780/6780, ENGG 8110, Mathematical Biology, Spring 06;url=http://www.math.uga.edu/~caner/06mathbio/index.html;");
aI("text=MATH 2200, Calculus I, Fall 05;url=http://www.math.uga.edu/~caner/05math2200/index.html;");
}

with(milonic=new menuname("Links")){
style=submenuStyle;
aI("text=Apache Web Server;url=http://www.apache.org/;");
aI("text=MySQL Database Server;url=http://ww.mysql.com/;");
aI("showmenu=altmenu;text=deneme;");
}

with(milonic=new menuname("altmenu")){
style=submenuStyle;
aI("text=alt menu 1;url=http://www.apache.org/;");
aI("text=alt menu 2;url=http://ww.mysql.com/;");
}

drawMenus();

