var _____WB$wombat$assign$function_____ = function(name) {return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name)) || self[name]; }; if (!self.__WB_pmw) { self.__WB_pmw = function(obj) { this.__WB_source = obj; return this; } } { let window = _____WB$wombat$assign$function_____("window"); let self = _____WB$wombat$assign$function_____("self"); let document = _____WB$wombat$assign$function_____("document"); let location = _____WB$wombat$assign$function_____("location"); let top = _____WB$wombat$assign$function_____("top"); let parent = _____WB$wombat$assign$function_____("parent"); let frames = _____WB$wombat$assign$function_____("frames"); let opener = _____WB$wombat$assign$function_____("opener"); /* * This file illustrates one way to customize floating popup portlets. However, it is not enabled by default. * To enable this javascript functionality, uncomment the call to "initPortletFloatButtons()" in skin.js. */ function initPortletFloatButtons() { var links = document.getElementsByTagName("a"); for (var i = 0; i < links.length; i++) { if (links[i].className && links[i].className == "bea-portal-button-float") { initPortletFloatButton(links[i]); } } } function initPortletFloatButton(link) { link.onclick = floatPortlet; } function floatPortlet(event) { var link = getEventSource(getEvent(event)); var href = "about:blank"; var target = "_blank"; if (link) { if (link.href) { href = link.href; } if (link.target) { target = link.target; } } // This is the interesting line for customization purposes: window.open(href, target, "toolbar = no, width = 320, height = 240, directories = no, status = no, scrollbars = yes, resize = yes, menubar = no"); // Returning false keeps the browser from submitting this button click to the server. return false; } } /* FILE ARCHIVED ON 01:47:06 Nov 28, 2006 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 22:37:29 Jul 24, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ /* playback timings (ms): RulesEngine.query: 18.483 PetaboxLoader3.resolve: 45.203 PetaboxLoader3.datanode: 19.0 */