function setWin(Pagename){
new_window = window.open(Pagename, 'new', 'resizable=1,scrollbars=1,width=750');
}

function setShiryou(){
new_window = window.open('https://www.amgakuin.co.jp/ssl/shiryou/index.html', 'new', 'resizable=1,scrollbars=1,width=750');
}

function setSpecial(){
new_window = window.open('https://www.amgakuin.co.jp/ssl/special/index.html', 'new', 'resizable=1,scrollbars=1,width=750');
}

function setEvent(){
new_window = window.open('about:blank', 'new', 'resizable=1,scrollbars=1,width=750');
document.eventform.action = "https://www.amgakuin.co.jp/ssl/event/index.html";
document.eventform.method = "post";
document.eventform.target = "new";
document.eventform.submit();
}

function setEventGame(){
new_window = window.open('about:blank', 'new', 'resizable=1,scrollbars=1,width=750');
document.eventform.action = "https://www.amgakuin.co.jp/ssl/event_game/index.html";
document.eventform.method = "post";
document.eventform.target = "new";
document.eventform.submit();
}

function setEventKadokawa(){
new_window = window.open('about:blank', 'new', 'resizable=1,scrollbars=1,width=750');
document.eventform.action = "https://www.amgakuin.co.jp/ssl/event_sp/index.html";
document.eventform.method = "post";
document.eventform.target = "new";
document.eventform.submit();
}

function setEventKadokawaGame(){
new_window = window.open('about:blank', 'new', 'resizable=1,scrollbars=1,width=750');
document.eventform.action = "https://www.amgakuin.co.jp/ssl/event_spGame/index.html";
document.eventform.method = "post";
document.eventform.target = "new";
document.eventform.submit();
}

function setEventMapTokyo(){
new_window = window.open('about:blank', 'new', 'resizable=1,scrollbars=1,width=680');
document.eventform.action = "http://www.amgakuin.co.jp/contents/corporate/access.html#tokyo";
document.eventform.method = "post";
document.eventform.target = "new";
document.eventform.submit();
}

function setEventMapOsaka(){
new_window = window.open('about:blank', 'new', 'resizable=1,scrollbars=1,width=680');
document.eventform.action = "http://www.amgakuin.co.jp/contents/corporate/access.html#osaka";
document.eventform.method = "post";
document.eventform.target = "new";
document.eventform.submit();
}
