
function showPopUp (url, popupName, features) {
	Window1 = window.open(url, popupName, features);
	Window1.focus();
}
