PANEL* aPanel =
{
flags |= (OVERLAY| VISIBLE);
}

function abc()
{
aPanel.flags |= (OVERLAY| VISIBLE);
}