/**
 * import plugin for WebDDM; aids in not having to reproduce menu array code.
 *  
 * @version: 0.1
 * @started: 07/11/2005
 * @copyright: WebDDM code Copyright (c) 2005 JPortal, All Rights Reserved
 * @website: www.jportalhome.com
 * @license: GPL vs2.0
 * @subversion: $Id: import.WebDDM.compressed.js 126 2006-01-22 07:09:05Z josh $
 */
 
function WebDDM_plugin_import(event_obj,WebDDM_obj,item_hash){if(item_hash.has('import')){var import_hash=item_hash.get('import');for(var i in import_hash.elementData){for(var j in import_hash.get(i).elementData){if(!item_hash.has(j)){item_hash.set(j,import_hash.get(i).get(j))}}}}}WebDDM_registerPlugin_action('item_init',WebDDM_plugin_import)