//Courses
makeLayer("Courses", "Courses=/home/courses/index.html",
    "Recommended Tracks=",
	" Earth System/Ecosystems=",
	" Social Sciences=",
	" Engineering=",
	" Biomedical=",
	"",
	"by Academic Unit=",
	" Arts & Sciences=",
	" CFR=",
	" COFS=",
	" Biology=",
	" Geography=",
	" Geology="
	);
	
//Facilities
makeLayer("Facilities", "Facilities=/home/facilities/index.html",
   "Computing Labs=",
   " Drop-in Labs=",
   " Departmental Labs=",
   "",
   "Field Research Sites=",
   " Pack Forest=",
   " Big Beef Creek=",
   " Friday Harbor=",
   " ONRC=",
   "Libraries="
	);

//Software
makeLayer ("Software", "Software=/home/software/index.html",
   "Alphabetical List of Software licensed on campuus=",
   "Link to a vendor laundry list="
   	);
	
//Help
makeLayer ("Help", "Help=/home/help/index.html",
   "Using Software=",
   "Finding Data=",
   "Posting a question=",
   "Research Design="
	);
	
//People
makeLayer ("People", "People=/home/people/index.html",
   "Organizations=",
   "Faculty & Staff=",
   "Students=",
   "UW Spatial Analysis="
	);
	
//Research
makeLayer ("Research", "Research=/home/research/index.html",
   "List of current & Past projects="
   );