function CLASS_CLIENT()
{
  //Öffentliche Variablen
  this.Server = new XHConn();
  this.windows = new Array();
  this.navigation;
  this.files = new Array();
  this.slots = new Array();


  
}
