Use new functions properly
There are several places in the code where Menu.py uses attributes that no longer exist, having been replaced with functions. Specifically:
.Type has been replaced with .getType() .OnlyShowIn has been replaced with .getOnlyShowIn() .NotShowIn has been replaced with .getNotShowIn()
This change uses the new functions and fixes crashes.