// File: popups.js
// Used with Parks & Recreation site
// Dan Murray, July, 2010

function staff_email()	// Opens the staff-email page
{  open("staff-email.htm", "New_Window", "toolbar=no, menubar=no, scrollbars=no, resizable=no, titlebar=no, height=500, width=750, left=100, top=100");
}

