Searched refs:helpWin (Results 1 – 1 of 1) sorted by relevance
16 var helpWin; variable18 if (helpWin && !helpWin.closed) { helpWin.close(); }19 …helpWin = window.open(detectHelpLocation() + (section ? "?" + section : ""), "pgn4web_help", "resi…20 if (helpWin && window.focus) { helpWin.focus(); }