function membrlogin()
{
  var uResponse = prompt ("Enter password to access the WNYSEF Member Section:","");
  if(uResponse == "css1883")
  {
    parent.location = "membmenu.html";
  }
  else
  {
    parent.location = "sorry.html";
  }
}