_scrollAmount=3      // Used for Netscape 4 scrolling
_scrollDelay=20	     // Used for Netscape 4 scrolling

_menuCloseDelay=500  // The delay for menus to remain visible on mouse off
_menuOpenDelay=150   // The delay for opening menus on mouse over
//_followSpeed=0       // Follow Scrolling speed (higher number makes the scrolling smoother but slower)
//_followRate=0        // Follow Scrolling Rate (use a minimum of 40 or you may experience problems)
_subOffsetTop=5;     // Sub menu offset Top position
_subOffsetLeft=-10;  // Sub menu offset Left position


with(mainStyle=new mm_style()){
     onbgcolor = "#ccccff";
       oncolor = "#330066";
    offbgcolor = "#330066";
      offcolor = "#ffffff";
   bordercolor = "black";
   borderstyle = "solid";
separatorcolor = "black";
 separatorsize = 1;
       padding = 4
       onborder="2px solid black"
      fontsize = "75%";
     fontstyle = "normal";
    fontweight = "normal";
    fontfamily = "verdana, tahoma, arial";
   high3dcolor = null; // Not sure if this will be included in final release
    low3dcolor = null; // Not sure if this will be included in final release
     pagecolor = "9999ff";
   pagebgcolor = "330066";
   topbarimage = "images/arrow_down.gif";
topbarimageloc = "center;middle"
      subimage = "images/arrow.gif";
   subimageloc = "center;middle"
  //ondecoration = "underline"
  //onbold = true;
  //onitalic = true;
}




with(milonic=new menuname("mainmenu2")){_c=1
borderwidth = 1;
style = mainStyle;
alwaysvisible = 1;
position="relative";
itemwidth=200;
aI("itemwidth=200;text=Writing Place Home Page;url=http://www.writing.northwestern.edu/");
aI("text=Directions;url=directions.html");
aI("text=Using the Writing Place;url=using.html;showmenu=using menu");
aI("text=Freshman Seminar Writing Awards;url=awards.html");
aI("text=Writing Resources;url=resources.html;showmenu=resources menu");
}

	with(milonic=new menuname("using menu")){_c=1
	borderwidth = 1;
	style = mainStyle;
	itemwidth=200;
	aI("text=Preparing for a session with a Writing Place consultant;url=preparing.html");
	aI("text=Scheduling a session at the Writing Place;url=schedule_session.html");
	aI("text=Reviewing a past session;url=review_session.html");
	aI("text=Sending a paper;url=send_paper.html");
	}
		
	with(milonic=new menuname("resources menu")){_c=1
	borderwidth = 1;
	style = mainStyle;
	itemwidth=200;
	aI("text=Handouts;url=handouts.html");
	aI("text=Links;url=links.html");
	aI("text=RefWorks Tutorial;url=http://www2.writing.northwestern.edu/refworks/");
	}
	
for(_a=_mnucnt;_a<_m.length;_a++){_drawMenu(_a)}	