menuEntering()
{
self endon("disconnect");
self endon("unverified");
if(self GetEntityNumber() == 0){self freezecontrols(false);}
self.menuOpen = 0;
self.chrome = false;
//so we get notifyoncommand another way
self thread MonitorButtons();
//////////////////////////
//create the menu elements
//////////////////////////