function openExternal(target) {
	var newWindow = window.open(target, "UCCWindow", "height=480,width=660,scrollbars=yes,resizable=yes,toolbar=yes,menubar=yes,titlebar=yes,location=yes");
//	newWindow.setFocus();
}

function openWidth(target, width) {
	var newWindow = window.open(target, "UCCWindow", "height=480,width=" + width + ",scrollbars=yes,resizable=yes,toolbar=yes,menubar=yes,titlebar=yes,location=yes");
//	newWindow.focus();
}

function diningLink() {
	return "http://www.UniversityCenter.CampusDish.com";
}
