function popupToParent(jumpToUrl) {
 opener.focus();
 opener.location.href=jumpToUrl;
 window.close();
 return false;
}
