this sounds better. :D


void TakeOffCBoardIDMask(char *id)
{
if(lstrlen(id) == 5)
{
id[2] = id[1];
id[4] = id[5];
id[5] = 0;