var gobjSessionVar = (function() {    this.lngSiteID = 0;    this.strProjectName = 'Die Familie - Zuerich';    this.strWebUrl = 'www.zuerichfamilie.ch';    this.lngLangID = 0;    this.UserLang = 2;    this.blnUseSystemTools = false;    this.EditMode = false;    this.lngMemberID = 0;    this.strMemberEmail = '';    this.strNickName = '';    this.strMemberName = '';    this.lngNbOpenSession = 3;    this.strColor1 = '#4A91BE';    this.strColor2 = '#405580';    this.strColor3 = '#C35BB9';    this.strColor4 = '#B1E2FD';    this.strColor5 = '#FFE3FC';    this.strColor6 = '#DDFBFF';    this.strColorB = '#000000';    this.strColorW = '#FFFFFF';    this.dtmServerDateTime = new Date(2012, 1, 23, 11, 10, 31);    this.sessionID = '813875117';    this.blnMediaManager = true;    return this;  }());
