function handlePopup() {

	w=self.opener;
	if (w) {
		self.close();
		w.location.href="Login.aspx?st=reset";
	} else {
		location.href="Login.aspx?st=reset";
	}
}

function handleFrameset() {
	w=self.parent.parent;
	w.location.href="Login.aspx?st=reset";
}