// Show login panel in header
function showLogin() {
	toggle('ud_out');
	toggle('ud_in');
  return(false);
}
