/*/ Scripts applied to normal pages; excludes popup windows /*/

/* now for all these on NONPOPUP pages - take control of those pesky popups!! */
window.onunload = function () {
	DestroyWnd();
}
window.onfocus = function () {
	DestroyWnd();
}
