function sw_confirm(url, title) {
	if (confirm(title)) document.location.href=url;
}

