function confirm_sbm(str){
	if(confirm(str)){return true;}else{return false;}
}