/*
 * コメント削除
 *
 */

function remove_comment_window(url) {
 	window.open(url, "", "width=320,height=200,scrollbars=no");
}


