
	function del(str, url){
		if (confirm(str)) {
			document.location=url;
		}
	}
    

