if CheckGroup3.Checked[0] then hostproperties:=hostproperties+1;
if CheckGroup3.Checked[1] then hostproperties:=hostproperties+2;
if CheckGroup3.Checked[2] then hostproperties:=hostproperties+4;
if CheckGroup3.Checked[3] then hostproperties:=hostproperties+8;
if CheckGroup3.Checked[4] then hostproperties:=hostproperties+16;
if CheckGroup3.Checked[5] then hostproperties:=hostproperties+32;
if CheckGroup3.Checked[6] then hostproperties:=hostproperties+64;
if CheckGroup3.Checked[7] then hostproperties:=hostproperties+128;
if CheckGroup3.Checked[8] then hostproperties:=hostproperties+256;
if CheckGroup3.Checked[9] then hostproperties:=hostproperties+512;
if CheckGroup3.Checked[10] then hostproperties:=hostproperties+1024;
if CheckGroup3.Checked[11] then hostproperties:=hostproperties+2048;
if CheckGroup3.Checked[12] then hostproperties:=hostproperties+4096;
if CheckGroup3.Checked[12] then hostproperties:=hostproperties+8192;
if CheckGroup3.Checked[14] then hostproperties:=hostproperties+16384;
if CheckGroup3.Checked[15] then hostproperties:=hostproperties+32768;
if CheckGroup3.Checked[16] then hostproperties:=hostproperties+65536;
if CheckGroup3.Checked[17] then hostproperties:=hostproperties+131072;
if CheckGroup3.Checked[18] then hostproperties:=hostproperties+262144;
if CheckGroup3.Checked[19] then hostproperties:=hostproperties+524288;