    news[0].link     = '<a class="newstext" href="../netfiles/index.html">';
    news[1].link     = '<a class="newstext" href="../netconference/test.html">';

function goto_start_nc()
{
  window.location.href = "../netconference/login.html";
}

function nc_LoginFields2() 
{
/*
  if (nc_available)
  {
    var loginmethod = "post";
    var loginaction = "javascript:goto_testform();";
    var loginsubmit = "return set_input();";
  }
  else
  {
    var loginmethod = "get";
    var loginaction = "javascript:delete_input();";
    var loginsubmit = "return delete_input();";
  }
*/  
}


function set_input()
{
  document.loginform.username.value = document.loginform2.username.value;
  document.loginform.password.value = document.loginform2.password.value;
  return login_nc();
}

function delete_input()
{
  document.loginform.username.value = "";
  document.loginform.password.value = "";
}

function ncLoginBox()
{
    document.getElementById("BoxHeader").innerHTML = " ";
    document.writeln(' ');
}

function netconferenceBox()
{
  showCustomer();
/*
  if (window.location.href.indexOf("login") > 0)
  {
    ncLoginBox();
  }
  else
  {
    document.getElementById("BoxHeader").innerHTML = "Registrierte Benutzer";
    nc_LoginFields();
  }
*/
}


function netconferenceNewsBox()
{
  showTesten();
}

function test_input()
{
  return confirm("Username: " + document.loginform.username.value);
}
