var MENU_POS = new Array();
    MENU_POS['height']     = [ 26,  15];
    MENU_POS['width']      = [150, 140];
    MENU_POS['block_top']  = [147,  5];
    MENU_POS['block_left'] = [ 35, 153];
    MENU_POS['top']        = [ 29,  20];
    MENU_POS['left']       = [  0,   0];
    MENU_POS['hide_delay'] = [200, 200];
    MENU_POS['pixel_path'] = 'images/blank.gif';
    MENU_POS['align']      = 'left'; // left, center,  right
    MENU_POS['valign']     = 'top' ; // top,  center, bottom

