﻿
__trGroup('Portal home');var Home=function(){var m_config;var m_tabPanel;var m_showHelp;var m_showHelpCb;var m_scriptLoader;function portletsLoaded(portlets,tab){tab.initPortlets(portlets);};function getWelcomeScreen(){var el={tag:'div',cls:'welcome-page',cn:[{tag:'p',html:'Produce World has set itself and its subsidiary businesses a number of non financial targets to drive improved performance, specifically in relation to Environmental Stewardship and Workplace Culture.  Progress against the targets is reported monthly, usually at group and individual business unit level, to the Executive Board.'},{tag:'p',html:"The targets for 2010-11 are relative to 2009-10 actual performance and have been set to be challenging but achievable and in the context of the ongoing role that business needs to play in the achievement of the UK government's climate change targets:"},{tag:'ol',cn:[{tag:'li',html:'Total packaging materials used per tonne of finished product packed  : Reduce by 4% '},{tag:'li',html:'Total electricity and gas usage per tonne of raw material processed  :  Reduce by 5%'},{tag:'li',html:'Co2 emissions per tonne of finished product packed  :  Reduce by 6%'},{tag:'li',html:'Total water usage per tonne of raw material processed  :  Reduce by 5%'},{tag:'li',html:'Tonnage of waste to landfill  :  Reduce by 10%'},{tag:'li',html:'Percentage of  total waste to landfill  :  Reduce to 8%'},{tag:'li',html:'Value of fines for non compliance with environmental legislation  :  Nil'},{tag:'li',html:'Accident frequency rate  :  14 accidents per 100,000 hours worked'},{tag:'li',html:'Accident severity rate  :  20 hours lost per 100,000 hours worked'},{tag:'li',html:'Employee turnover rate  :  1.3%'},{tag:'li',html:'Employee absence rate  :  2%'},{tag:'li',html:' Proportion of workers employed that are permanent  : 55%'}]},{tag:'h2',html:'Notes:'},{tag:'p',html:'Packaging materials = cardboard, plastic and paper Water usage = all water coming into the site, including abstracted water Total waste = Produce waste composted + produce waste to landfill + non produce waste recycled + non produce waste reused + non produce waste to landfill.  Produce sold as stockfeed is not classed as waste for this purpose.'},{tag:'p',html:"In the spirit of our committment to our stakeholders to be as transparent as possible,  the group has decided to publish our non financial performance data in 'real time', allowing stakeholders to monitor progress or otherwise towards the set targets during the course of the year in question, rather than 6 months after the event.  We believe that this form of public reporting is a first for the UK and will help group businesses to retain focus on the non financial aspects of their operations."},{tag:'p',html:"Data is collated monthly through the credit360 system that the group uses to measure non financial performance and the tables and charts on this website come directly from the credit360 system.  All targets and performances are reported on this website with the exception of 'Value of fines for non compliance'"}]};return el;}
return{init:function(){Ext.QuickTips.init();m_config=JSON.parse(Ext.get('initial-state').dom.value);m_scriptLoader=new JsScriptLoader();m_tabPanel=new Ext.TabPanel({renderTo:'tabs',plain:true,border:false,activeTab:0,autoHeight:true,layoutOnTabChange:false,listeners:{"beforetabchange":function(panel,newTab,currentTab){if(currentTab&&newTab.id!="welcometab"){m_scriptLoader.un('done',currentTab.onPortletScriptLoaded,currentTab);}
if(newTab.id=="welcometab"){return true;}else if(!newTab.initialised){HomeHandler.getPortletsForTab(newTab.tabId,portletsLoaded,this,newTab);}
m_scriptLoader.on('done',newTab.onPortletScriptLoaded,newTab);},scope:this}});m_tabPanel.add({title:'Welcome',autoHeight:true,id:'welcometab',html:getWelcomeScreen()})
var initialTab=null;for(var i=0;i<m_config.tabs.length;i++){var tb=m_config.tabs[i];var pt=new PortalTab({title:tb.name,tabLayout:tb.layout,tabId:tb.id,isShared:tb.isShared,isOwner:tb.isOwner,scriptLoader:m_scriptLoader});m_tabPanel.add(pt);if(pt.tabId==m_config.initOnTabId){initialTab=pt;}}
if(initialTab){}
m_tabPanel.activate(0);Credit360.WindowResize.registerPanel(m_tabPanel);Credit360.WindowResize.fireResizeEvent.defer(300,Credit360.WindowResize.fireResizeEvent,[true]);}};}();Ext.onReady(Home.init);