function openDougakuNiftyLogin(url){
	www = window.open(url,"nifty","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=996,height=747");
}
function openDougakuOnline(url){
	www = window.open(url,"dougaku","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=1035,height=747");
	www.focus();
}

function openDougakuForm2(){
	www = window.open("https://dougaku.tv/html/Inquiry/form.php?D=ocn","Form","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=680,height=680");
	www.focus();
}
