			function confirmg(question,url) {
				var x = confirm(question);
				if (x) {
					window.location = url;
				}
			}