<!-- 
function check(){ 
	if(window.confirm('実行してよろしいですか？')){
		return true;
	}else{
		return false;
	}
} 
// --> 
