function SavedSession(id, description, advanced, lan, kommun, postnr, cnamn, wpt, f_found, f_nfound, f_hidden, f_nhidden, f_filter, f_femfem, f_tb, f_ftf, f_active, f_inactive, f_archived, f_before, f_after)
{
this.id=id;
this.description=description;
this.advanced=advanced;
this.lan=lan;
this.kommun=kommun;
this.postnr=postnr;
this.cnamn=cnamn;
this.wpt=wpt;
this.f_found=f_found;
this.f_nfound=f_nfound;
this.f_hidden=f_hidden;
this.f_nhidden=f_nhidden;
this.f_filter=f_filter;
this.f_femfem=f_femfem;
this.f_tb=f_tb;
this.f_ftf=f_ftf;
this.f_active=f_active;
this.f_inactive=f_inactive;
this.f_archived=f_archived;
this.f_before=f_before;
this.f_after=f_after;
}

