(
  function () {
    var VERSION = "1.1";
    var NAME    = "com.web.components.navigation";
    var scripts = ["index_files/superfish.js", "index_files/handler.js", "index_files/helper.js", "index_files/positioner.js"];
    var styles  = ["index_files/structure.css"];

    //foreign resources
    WebCom.ResourceLoader.loadScript("com.jquery", null, "hoverIntent.js");  
    WebCom.ResourceLoader.loadScript("com.jquery", null, "bgIframe.js");

    WebCom.ResourceLoader.importLib(new WebCom.ResourceLoader.Library("WebCom.Components.Navigation", NAME, VERSION, scripts, styles ));
  }
)();

