<!--function popUp(newUrl,windowName) {  var features = "left=15,top=15,toolbar=yes,location=yes,directories=yes,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,width=760,height=" + window.screen.availHeight*.83;  SmallWin = window.open(newUrl,windowName,features);    if (window.focus) {    SmallWin.focus();  }  if (SmallWin.opener == null) SmallWin.opener = window;  SmallWin.opener.name = "ParentWin";  }//--><!-- function enforcePopup(callingPage) {        if (!window.opener) {                 popUp(window.location);                location.replace(callingPage);        }}//-->