function gotoNew(url) {
  /*
  newWin = window.open(url);
  newWin.focus(); 
  return false;
  */
  return;
}

function gotoLogin(url) {
	document.location.href = url;
  return false;
}
