function j_popView(pop_url) {
	cw=400;
	ch=290;
	//alert("test");
	//½ºÅ©¸°ÀÇ Å©±â
	var x = window.screenLeft;
	var y = window.screenTop;
	var px = x + ((document.body.offsetWidth-cw)/2);
	var py = y + ((document.body.offsetHeight-ch)/2);

    window.open(pop_url, 'pop', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=' + cw + ', height=' + ch + ', left=' + px + ', top=' + py);
}

function j_popErrMessage(){
	cw=401;
	ch=208;
	//alert("test");
	//½ºÅ©¸°ÀÇ Å©±â
	var x = window.screenLeft;
	var y = window.screenTop;
	var px = x + ((document.body.offsetWidth-cw)/2);
	var py = y + ((document.body.offsetHeight-ch)/2);

	window.open('/help/w_h_sso_err_msg.asp', 'pop', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=' + cw + ', height=' + ch + ', left=' + px + ', top=' + py);
}