-jQuery(function($){function createSticky(e){if(void 0!==e){var i=e.offset().top,n=$(window);n.on("scroll",function(){n.scrollTop()>=i?e.addClass("fixed"):e.removeClass("fixed")})}}$("ul.children").each(function(){$(this).before('<a class="toggle" href="#"></a>')}),$("a.toggle").click("click",function(){$(this).toggleClass("open"),$(this).siblings("ul").toggleClass("open")}),$(".top-bar-section").find("ul.sub-menu.dropdown").each(function(){var menuImg=$(this).parent("li").prop("id"),menuNum=menuImg.match(/\d+/)[0],menuImgSrc="img_for_menu_"+menuNum;window["img_for_menu_"+menuNum]?$(this).find("li.image-placeholder").html('<img src="'+eval(menuImgSrc)+'">'):($(this).find("li.image-placeholder").parent("ul").addClass("no-image-subul"),$(this).find("li.image-placeholder").remove())}),$(".top-bar").fadeIn("slow",function(){});var body=$("body"),submenu=$(body).find("#top-menu-right").find(".dropdown-image").find("ul");createSticky($(".sticky-container"))});
\ No newline at end of file
+jQuery(function($){function createSticky(e){if(void 0!==e){var i=e.offset().top,n=$(window);n.on("scroll",function(){n.scrollTop()>=i?e.addClass("fixed"):e.removeClass("fixed")})}}$("ul.children").each(function(){$(this).before('<a class="toggle" href="#"></a>')}),$("a.toggle").click("click",function(){$(this).toggleClass("open"),$(this).siblings("ul").toggleClass("open")}),$(".top-bar-section").find("ul.sub-menu.dropdown").each(function(){var menuImg=$(this).parent("li").prop("id"),menuNum=menuImg.match(/\d+/)[0],menuImgSrc="img_for_menu_"+menuNum;window["img_for_menu_"+menuNum]?$(this).find("li.image-placeholder").html('<img src="'+eval(menuImgSrc)+'">'):($(this).find("li.image-placeholder").parent("ul").addClass("no-image-subul"),$(this).find("li.image-placeholder").remove())}),$(".top-bar").fadeIn("slow",function(){});var body=$("body"),submenu=$(body).find("#top-menu-right").find(".dropdown-image").find("ul");createSticky($(".sticky-container")),$("#glm-member-password-lost-link").click(function(){$("#glm-member-password-lost-form").show()})});
\ No newline at end of file
// ).appendTo( $(this) );
// })
+ $('#glm-member-password-lost-link').click(function() {
+ $('#glm-member-password-lost-form').show();
+ });
+
});
\ No newline at end of file