int StartingConditional()
{
int iResult;

iResult = FALSE;
if (GetLocalInt(GetPCSpeaker(),"GrayDepths") == 1)
    iResult = TRUE;

return iResult;
}