묻고답하기

예를 들면

http://www.nzeo.com/index.html 에서

function full() {
window.open('main.html','', 'fullscreen=no,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=1,scroll=auto');
}
를 이용하여 main.html의 팝업 창을 띄우고

main.html에  <title>안녕하세요</title>이 있다고 가정하면...
팝업 된 창의 타이틀에

'http://www.nzeo.com - 안녕하세요' 라고 나오게 됩니다.
타이틀의 앞에 붙은 'http://www.nzeo.com를 삭제 하고 싶은데 어떻게 하면 되는걸까요?