
		function forcedPopUp(urlSelf, urlBlank){
			window.open(urlBlank);
			window.location.href = urlSelf;
		}
