//environmental progrmas
/*
var newDefs = new Object;
flyDefs (newDefs);

makeLayer ("environmental", "",
""
);
*/
//information
var newDefs = new Object;
flyDefs (newDefs);
var f0 = '/up/'
var f1 = f0 + 'information/';
makeLayer ("information", "",
    "Alcohol Policy="+f1 + 'alcohol.html',
	"Bike Rules="+f1 + 'bike_rules.html',
   	"Police Bulletins="+f1 + 'bulletins.html',
    "Community Service Officers="+f1 + 'cso.html',
 	"Report a Crime="+f1 + 'report_a_crime.html',
    "Annual Security Report (Clery)="+f1 + 'clery_act.html',
	"Citizen Complaint="+f1 + 'citizen_complaint.html'
);

//health & safety programs
var newDefs = new Object;
flyDefs (newDefs);

var f2 = f0 + 'safety/';
makeLayer ("safety", "",
	"Personal Safety="+f2 + 'personal_safety.html',
	"Freshmen Safe Start Program="+f2 + 'safe_start.html',
    "Heat Safety="+f2 + 'heat_safety.html',
	"Bicycle Safety="+f2 + 'bicycle_safety.html',
	"Hate Crime="+f2 + 'hate_crime.html',
	"Blue Light Phones="+ f2 + 'blue_phones.html'

);

//sexual assault
var newDefs = new Object;
flyDefs (newDefs);

var f3 = f0 + 'sexual_assault/';
makeLayer ("sexual_assault", "",
	"Questions="+f3 + 'questions.html',
	"Assault & Drugs="+f3 + 'assault_drugs.html',
	"Stalking="+f3 + 'stalking.html',
	"Protect Yourself="+f3 + 'protect_yourself.html',
	"R.A.D.="+f3 + 'rad.html'
);
var f4 = f0 + 'parking/';

makeLayer ("parking", "",
	"Parking Rules="+f4 + 'rules.html',
	"Parking Permits="+f4 + 'decals.html',
	"Citations="+f4 + 'citations.html',
	"Vendors="+f4 + 'vendors.html',
	"Transportation Committee="+f4 + 'trans_committee.html',
	"Event Parking="+f4 + 'event_parking.html',
	"FAQ="+f4 + 'faq.html'
);
var f5 = f0 + 'services/';

makeLayer ("services", "",
	"Campus Connection="+f5 + 'service_connection.html',
	"Fingerprinting="+f5 + 'fingerprinting.html',
	"Bicycle Registration="+f5 + 'bike_reg.html',
	"Lost & Found="+f5 + 'lost_and_found.html'
);
""