function sendToUrl(destinationUrl) {
				if (popUpWindow && !popUpWindow.closed) {
					popUpWindow.close();
				}
				window.top.location.href= destinationUrl;
			}