//새창띄우기
function poper(URL,N,W,H) {
window.open(URL,N,'width='+W+',height='+H+',top=10,left=10');
}

function poper2(URL,N,W,H) {
window.open(URL,N,'width='+W+',height='+H+',top=10,left=10,scrollbars=yes');
}

function passPop(){
	window.open("/about/password.php?typeis=wright","openwindow","toolbar=no,menubar=no,scrollbars=no,resizeable=no,width=430,height=300,left=500,top=190");
	return false;
}
