
#define TOP_NAVBAR_HEIGHT 45.0f
#define BOT_NAVBAR_HEIGHT 40.0f

enum UIButtonBarStyle 
{
  barstyleBlue = 0, barstyleBlack = 1, barstyleTransparent=2
};


typedef enum
{
  UITransitionNothing = 0,
  UITransitionBothShiftLeft = 1,
  UITransitionBothShiftRight = 2,
  UITransitionBothShiftUp = 3,
  UITransitionError4 = 4,
  UITransitionCurrentShiftDown = 5,
  UITransitionError6 = 6,
  UITransitionBothShiftDown = 7,
  UITransitionNextShiftUp = 8,
  UITransitionNextShiftDown = 9
} UITransitionStyle;

enum GSButtonBarEnum
{
  GSBBBrowse=1, GSBBQuery=2, GSBBPref=3
};

