function onReady (  ) {
  $('#intro_1_menu').attachmenu({
      menu:         '#intro_1',
      horizontal:   true,
      hoffset:		10,
      voffset:		0
    });
  $('#intro_2_menu').attachmenu({
      menu:         '#intro_2',
      horizontal:   true,
      hoffset:		10,
      voffset:		0
    });
  $('#intro_3_menu').attachmenu({
      menu:         '#intro_3',
      horizontal:   true,
      hoffset:		10,
      voffset:		0
    });
  $('#intro_4_menu').attachmenu({
      menu:         '#intro_4',
      horizontal:   true,
      hoffset:		10,
      voffset:		0
    });
  $('#intro_5_menu').attachmenu({
      menu:         '#intro_5',
      horizontal:   true,
      hoffset:		10,
      voffset:		0
    });
  $('#intro_6_menu').attachmenu({
      menu:         '#intro_6',
      horizontal:   true,
      hoffset:		10,
      voffset:		0
    });
  $('#intro_7_menu').attachmenu({
      menu:         '#intro_7',
      horizontal:   true,
      hoffset:		10,
      voffset:		0
    });
	  $('#top_1_menu').attachmenu({
      menu:         '#top_1',
      horizontal:   false,
      hoffset:		-10,
      voffset:		6
    });
	  $('#top_2_menu').attachmenu({
      menu:         '#top_2',
      horizontal:   false,
      hoffset:		-10,
      voffset:		6
    });
	  $('#top_3_menu').attachmenu({
      menu:         '#top_3',
      horizontal:   false,
      hoffset:		-10,
      voffset:		6
    });
	  $('#top_4_menu').attachmenu({
      menu:         '#top_4',
      horizontal:   false,
      hoffset:		-10,
      voffset:		6
    });
 }

$(document).ready(onReady);