<!--
function fwLoadMenus() {
  if (window.fw_menu_0) return;

  window.fw_menu_0 = new Menu("root",134);
  fw_menu_0.addMenuItem("Preliminares","location='http://tekken.dreamers.com/3/index.php'");
  fw_menu_0.addMenuItem("Sistema de Juego","location='http://tekken.dreamers.com/3/sistema.php'");
  fw_menu_0.addMenuItem("Instructivo","location='http://tekken.dreamers.com/3/faq.php'");
  fw_menu_0.addMenuItem("Videos","location='http://tekken.dreamers.com/3/video.php'");
  fw_menu_0.hideOnMouseOut=true;

  window.fw_menu_1 = new Menu("root",134);
  fw_menu_1.addMenuItem("Preliminares","location='http://tekken.dreamers.com/tag/index.php'");
  fw_menu_1.addMenuItem("Sistema de Juego","location='http://tekken.dreamers.com/tag/sistema.php'");
  fw_menu_1.addMenuItem("Instructivo","location='http://tekken.dreamers.com/tag/faq.php'");
  fw_menu_1.addMenuItem("Videos","location='http://tekken.dreamers.com/tag/video.php'");
  fw_menu_1.hideOnMouseOut=true;

  window.fw_menu_2 = new Menu("root",134);
  fw_menu_2.addMenuItem("Videos","location='http://tekken.dreamers.com/advance/video.php'");
  fw_menu_2.hideOnMouseOut=true;

  window.fw_menu_3 = new Menu("root",134);
  fw_menu_3.addMenuItem("Sistema de Juego","location='http://tekken.dreamers.com/4/sistema.php'");
  fw_menu_3.hideOnMouseOut=true;

  fw_menu_0.writeMenus();
  fw_menu_1.writeMenus();
  fw_menu_2.writeMenus();
  fw_menu_3.writeMenus();
} // fwLoadMenus()

//-->

