var slogan = 'KIPP: Knowledge Is Power Program';
window.name = "newsletter"; window.defaultStatus=slogan;window.status=slogan;
function stat() {window.defaultStatus=slogan;window.status=slogan;return true;}

function popwin(file,x,y,name,z,r,t,m,SX,SY) {
  var browserName = navigator.appName;
  Version=navigator.appVersion;
  var msgWindow=null;
  if (x==null) {x=330;}
  if (y==null) {
    if (browserName == "Safari") {y=440;}
    else {y=400;}
  } 
  if (name==null) {name="KIPP";} 
  if (z==null) {z="yes";}
  if (r==null) {r="yes";}
  
  if (file.indexOf("dmoz") != -1) {t = "yes"}
  else if (t == null) {t = "no"}

  if (file.indexOf("print_record") != -1) {m = "yes"}
  else if (m == null) {m = "no"}

  if (SX==null) {SX="10";}
  if (SY==null) {SY="0";}

  if (browserName == "Netscape") {
    open(file,name,"toolbar="+t+",scrollbars="+z+",directories=no,status=no,menubar="+m+",resizable="+r+",width="+x+",height="+y+",screenX="+SX+",screenY="+SY+"")
  } 
  else {
    msgWindow=window.open(file,name,"toolbar="+t+",scrollbars="+z+",directories=no,status=no,menubar="+m+",resizable="+r+",width="+x+",height="+y+",left="+SX+",top="+SY+"")
  }
   msgWindow.focus();
}

