function tweeter() {  url="/tweeter/";parms="toolbar=no,location=no,directories=no,menubar=no,status=no,resizable=1,scrollbars=no";
parms=parms+",width=745,height=538,left=20,top=20";
 tweeterWin=open(url,"tweeter",parms); return false;
}

function pupop() { url="../robodock/schedule.htm";
parms="toolbar=no,location=no,directories=no,menubar=no,status=no,resizable,scrollbars=auto";
 parms=parms+",width=760,height=596";
 roboschedWin=open(url,"robosched",parms); return false;
}

function goback() { window.open("../","_top",""); }

function gobackHis() {
  if (window.history.length == 1) { window.close(); }
  else { window.history.back() }
}

function inf(dat) {
  if (dat == 0) { txt = "DFM radio television International - Latest News Page" } else { txt = dat }
  window.status = txt
}

setTimeout("inf(0)",500);

window.focus();
