/* - - - - - - - - - - - - - - - - - - - - - - */
function imenus_data0() {
  this.menu_showhide_delay = 100;
  this.show_subs_onclick = false;
  this.hide_focus_box = false;

/*-- Item Shift Animations --*/
  this.main_shift_frames = 10;
  this.main_shift_move_x = 10;
  this.main_shift_move_y = 0;

  this.sub_shift_frames = 10;
  this.sub_shift_move_x = 10;
  this.sub_shift_move_y = 0;

/*-- Stack Animations --*/
  this.stack_order = "forward";
  this.stack_animation_direction = "right";
  this.stack_animation_frames = 10;
  this.stack_animation_init_offset = 10;
  this.stack_animation_hide_overflow = false;

/*-- Expand Icon Animation Settings --*/
  this.expand_arrow_animation_frames1 = "10";
  this.expand_arrow_animation_movexy1 = "-10,0";
  this.expand_arrow_animation_frames2 = "10";
  this.expand_arrow_animation_movexy2 = "5,0";

/*-- Animated Pointer Icon Settings --*/
  this.main_pointer_image = ''; // images/red_diamond.gif';
  this.main_pointer_image_width = '5';
  this.main_pointer_image_height = '5';
  this.main_pointer_image_offx = '0';
  this.main_pointer_image_offy = '5';

  this.sub_pointer_image = ''; // images/red_diamond.gif';
  this.sub_pointer_image_width = '5';
  this.sub_pointer_image_height = '5';
  this.sub_pointer_image_offx = '7';
  this.sub_pointer_image_offy = '-2';

/*-- IE Transition Effects --*/
  this.subs_ie_transition_show = "";
}