function openNewWindow(){ var wndName = open( 'http://google.com', '', 'width=400,height=400' ); closeNewWindow = function (){ wndName.close(); } }