window.onunload=function() { closeUp(true); } window.unload = function() { closeUp(true); }; window.onbeforeunload = function() { closeUp(true); };