function popWinDream(){
	window.open("./user/?","dream_form", "width=600, height=500,scrollbars=yes,location=no, menubar=no,left=0,top=0,resizable=false");
}
function popWinSub(){
	window.open("sub/index.html","dlabo_sub", "width=600, height=650,scrollbars=yes,location=no, menubar=no,left=0,top=0,resizable=false");
}
function popWinKiyaku(){
	window.open("sub/kiyaku_top.html","dlabo_sub", "width=600, height=650,scrollbars=yes,location=no, menubar=no,left=0,top=0,resizable=false");
}
function winClose(){
	window.close();
}
