Hi have used a switch the problem
switch ( sTreeText )
{
case "Practice Resource Setup":
...........
break;
case "Practice Time Setup":
break;
case "Quick Buttons":
break;
case "Procedure Code Setup":
break;
}

tell me what's wrong ?

but it says
Control can't fall through from one case label (first case) to another.

thanx
Paresh