/////////////////////////////////////////////////////////

// global
var  slh = '';
//
function check()
{ if  (window.name <= " ")
  { top.location="index.htm"; };
} // end check
//
function setlangde()
{ top.frames['lft'].location = "lft1d.htm";
  top.frames['hln'].location = "top01.htm";
  slh = top.frames['rgt'].document.getElementById('lde');
  slh.innerHTML = 'de';  slh = '';
} // end setlangde
//
function setlangen()
{ top.frames['lft'].location = "lft1e.htm";
  top.frames['hln'].location = "top01.htm";
  slh = top.frames['rgt'].document.getElementById('lde');
  slh.innerHTML = 'en';  slh = '';
} // end setlangde
//
function xabout()
{ slh = top.frames['rgt'].document.getElementById('lde');
  if  (slh.innerHTML == 'de')  { parent.xtx.location = "segeth_d.htm"; }
                         else  { parent.xtx.location = "segeth_e.htm"; };
  slh = '';
} // end xabout
//
function xdots()
{ var  xds = '',  xdd = '<div> &nbsp; </div>';
  this.document.open();
  xds = '<div><img src="dots.gif" border="0" height="15" width="60" /></div>';
  xds = xdd.concat(xds);  xds = xds.concat(xdd);  document.write(xds);  xds = '';  xdd = '';
} // end xdots
//
//////////////////////////////////////

