// Licensed Materials - Property of IBM // // IBM Cognos Products: pps // // (C) Copyright IBM Corp. 2005, 2017 // // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. // This forms the javascript functions used for the About pane of // PowerPlay Studio. // The functions handle any minor browser differences. function init(){ topparent.openActionPane(); topparent.setActionPaneHeight("390"); ContextMenu.initialize(true,false); } // This function closes the About Action Pane function closeActionPane() { topparent.clearActionPane(); topparent.closeActionPane(); }