
function writeTopBox()
{
  if (i_topbox > n_topbox) i_topbox = 0;
  document.getElementById("TopBoxLink").href = topboxlink[i_topbox];
  document.getElementById("TopBoxTitle").innerHTML = topboxtitle[i_topbox];
  document.getElementById("TopBoxText").innerHTML = topboxtext[i_topbox];
  i_topbox = i_topbox+1;
  window.setTimeout("writeTopBox()",4000);
}

function writeTopBox_cebit()
{
  document.getElementById("TopBoxTitle").innerHTML = '<img src="../../images/home/cebit.gif" border="0"> Sonderaktion';
  document.getElementById("TopBoxText").innerHTML = 'Jetzt net-conference 4 Wochen kostenlos nutzen!';
}

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

function homeTopBox()
{
  document.getElementById("TopBoxHeader").innerHTML = topboxheader;
  document.writeln('      <a id="TopBoxLink" class="toc2" href="../netconference/test.html">');
  document.writeln('      <div id="TopBoxTitle" class="newstitle" align="center"></div>');
  document.writeln('      <img src="../../images/other/dotline_horiz.gif" width="1" height="5" vspace="0" hspace="0" border="0"><br>');
  document.writeln('      <div id="TopBoxText" class="newstext" align="center"></div>');
  document.writeln('      </a>');
  writeTopBox();
}


function companyBox()
{
  showCustomer();
}


function contactBox()
{
  showCustomer();
}


function customerBox()
{
  showCustomer();
}


function homeBox()
{
  showCustomer();
}


function newsBox()
{
  showCustomer();
}


function supportBox()
{
  showCustomer();
}


function companyNewsBox()
{
  showTesten();
}


function contactNewsBox()
{
  showTesten();
}


function customerNewsBox()
{
  showTesten();
}


function homeNewsBox()
{
  showTesten();
}


function newsNewsBox()
{
  showTesten();
}


function supportNewsBox()
{
  showTesten();
}


