@charset"UTF-8";

/*サブウィンドウを開く*/
function window.open(url){
window.open(url, "window_name", "scrollbars=yes,resizable=yes,menubar=yes,toolbar=yes,status=yes");
}