/*
 * Function to open popup windows
 */
function popup(url) {
	window.open(url, 'SteelcasePopup');
}
