

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(milonic=new menuname("mainmenu1")){_c=1
borderwidth = 0;
top=0;
left=554;
style = mainStyle;
alwaysvisible = 1;
orientation="horizontal"
aI("text=DTS Sites;url=http://www.dts.edu/sites/;showmenu=DTSSITES;itemwidth=70");
aI("text=Departments;url=http://www.dts.edu/departments/;showmenu=DEPARTMENTS;itemwidth=85");
aI("text=How To...;showmenu=HOWTO;itemwidth=65");
}


	with(milonic=new menuname("DTSSITES")){_c=1 
	borderwidth = 5;
	style = subStyle;
	aI("text=<div style='height:0px;border-top:1px solid #ffffff;margin-top:1px;padding:0px;font-size:0px;'></div>;type=header");
	aI("text=DTS Home;url=http://www.dts.edu/");
	aI("text=DTS Book Center;url=http://bookcenter.dts.edu/");
	aI("text=DTS Library;url=http://library.dts.edu/");
	aI("text=CampusNet;url=http://campus.dts.edu/");
	aI("text=MyDTS;url=http://my.dts.edu/");
	aI("text=<div style='height:0px;border-top:1px solid #ffffff;margin-top:1px;padding:0px;font-size:0px;'></div>;type=header");
	aI("text=Center for Christian Leadership;url=http://www.dts.edu/ccl/");
	aI("text=Center for Biblical Studies;url=http://www.dts.edu/departments/cbs/");
	aI("text=Dallas Seminary Foundation;url=http://www.dts.edu/supporters/dsf/");
	}	
	
	with(milonic=new menuname("DEPARTMENTS")){_c=1
	borderwidth = 5;
	style = subStyle;

	aI("text=<div style='height:0px;border-top:1px solid #ffffff;margin-top:1px;padding:0px;font-size:0px;'></div>;type=header");
	aI("text=Admissions;url=http://www.dts.edu/prospective/");
	aI("text=Alumni & Placement;url=http://www.dts.edu/alumni/");
	aI("text=Campus Police;url=http://www.dts.edu/departments/campuspolice/");
	aI("text=Employment;url=http://www.dts.edu/departments/employment/");	
	aI("text=External Studies;url=http://www.dts.edu/departments/es/");	
	aI("text=International Student Office;url=http://www.dts.edu/departments/iso/");
	aI("text=Registrar's Office;url=http://www.dts.edu/departments/registrar/");	
	aI("text=Student Financial Services;url=http://www.dts.edu/departments/financialaid/");
	aI("text=Student Housing;url=http://www.dts.edu/departments/housing/");

	aI("text=<div style='height:0px;border-top:1px solid #ffffff;margin-top:1px;padding:0px;font-size:0px;'></div>;type=header");
	aI("text=Biblical Counseling (BC);url=http://www.dts.edu/departments/bc/");
	aI("text=Biblical Exposition (BE);url=http://www.dts.edu/departments/be/");	
	aI("text=Christian Education (CE);url=http://www.dts.edu/departments/ce/");
	aI("text=Doctorate of Ministry (DMin);url=http://www.dts.edu/departments/dmin/");
	aI("text=Doctorate of Philosophy (PhD);url=http://www.dts.edu/departments/phd/");

	aI("text=New Testament Studies (NT);url=http://www.dts.edu/departments/nt/");
	aI("text=Old Testament Studies (OT);url=http://www.dts.edu/departments/ot/");
	aI("text=Pastoral Ministries (PM);url=http://www.dts.edu/departments/pm/");
	aI("text=Spiritual Formation<br>&nbsp;&nbsp;& Leadership (SFL);url=http://www.dts.edu/departments/sfl/");
	aI("text=Theological Studies (TS);url=http://www.dts.edu/departments/ts/");
	aI("text=World Missions (WM);url=http://www.dts.edu/departments/wm/");	

	}	
	
	with(milonic=new menuname("HOWTO")){_c=1
	borderwidth = 5;
	style = subStyle;
	aI("text=<div style='height:0px;border-top:1px solid #ffffff;margin-top:1px;padding:0px;font-size:0px;'></div>;type=header");
	aI("text=Apply for Admission;url=http://www.dts.edu/prospective/");
	aI("text=Donate Online;url=https://secure.dts.edu/supporters/giving/donateonline.aspx");
	aI("text=Listen to Chapel;url=http://www.dts.edu/media/chapel/");
	aI("text=Find a Church;url=http://www.dts.edu/alumni/findachurch.aspx");
	aI("text=Get DTS Publications;");
	aI("text=<div style='height:0px;border-top:1px solid #ffffff;margin-top:1px;padding:0px;font-size:0px;'></div>;type=header");
	aI("text=Search DTS Website;url=http://www.dts.edu/search/");
	aI("text=Find a library book;url=http://library.dts.edu/");
	aI("text=Buy a book;url=http://bookcenter.dts.edu/");
	}		

drawMenus();

