/**
 * Perform Library.
 * 
 * top.Perform.perform(sWhichItem, originParam)
 * This provides named links to pages in the site.
 * 
 * It changes the content area page of the site,
 * sets selected items, etc.
 * 
 * Currently it just passes through to the perform_library.js
 * functions in CMS.  See perform_library.js for the page list.
 * 
 */

var Perform = {
};

Perform.perform = function(sWhichItem, originParam) {
	top.interfaces_getSubNavCmsFrame().perform(sWhichItem, originParam);
}
