<script language="javascript">
<!--
function Profile() {
var objPopup = window.open("http://naver.com", "profile", "width=400, height=250");
if (objPopup == null) {
alert("차단된 팝업을 허용해 주십시요.");
return;
}
}
//-->
</script>