/* 
 * Business redefined - JavaScript - 4 May 2010  7:55 PM
 * *****************************************************
 * *****************************************************
 */

function initialLoad() {
$('#header').css('background', 'url(/ecimages/header_bg.gif) no-repeat center top');

/* 
 * ********************************** TABLE OF CONTENTS - MAIN
 * ***********************************************************
 */
 
$('ul#featuremenu').html(

'<li id="feature00"><a href="javascript:generic_link_WT(\'/GL/en/Issues/Business-environment/Business-redefined---Understanding-the-forces-transforming-our-world\', \'/GL/en/Issues/Business environment\', \'Business redefined - Understanding the forces transforming our world\');">Understanding the forces transforming our world</a></li>' +

'<li id="feature01"><a href="javascript:generic_link_WT(\'/GL/en/Issues/Business-environment/Business-redefined---Business-2020--a-Futurizon-report\', \'/GL/en/Issues/Business environment\', \'Business 2020: a Futurizon report\');">Business 2020:<br>a Futurizon report</a></li>' +

'<li id="feature02" style="color:#999999"><strong>What\'s next for business?<br>Six global trends</strong></li>' +

'<div style="position:relative; left:5px">' +

'<ul>' +

'<li id="feature03"><a href="javascript:generic_link_WT(\'/GL/en/Issues/Business-environment/Business-redefined---Global-trend-1--the-rise-and-rise-of-emerging-markets\', \'/GL/en/Issues/Business environment\', \'Business redefined - Global trend 1: the rise and rise of emerging markets\');">1. The rise and rise of emerging markets</a></li>' +

'<li id="feature04"><a href="javascript:generic_link_WT(\'/GL/en/Issues/Business-environment/Business-redefined---Global-trend-2--increasing-focus-on-resource-efficiency-and-climate-change\', \'/GL/en/Issues/Business environment\', \'Business redefined - Global trend 2: increasing focus on resource efficiency and climate change\');">2. Increasing focus on resource efficiency and<br>climate change</a></li>' +

'<li id="feature05"><a href="javascript:generic_link_WT(\'/GL/en/Issues/Business-environment/Business-redefined---Global-trend-3--the-transformed-financial-landscape\', \'/GL/en/Issues/Business environment\', \'Business redefined - Global trend 3: the transformed financial landscape\');">3. The transformed<br>financial landscape</a></li>' +

'<li id="feature06"><a href="javascript:generic_link_WT(\'/GL/en/Issues/Business-environment/Business-redefined---Global-trend-4--Increased-role-of-government-in-the-private-sector\', \'/GL/en/Issues/Business environment\', \'Business redefined - Global trend 4: Increased role of government in the private sector\');">4. Increased role of government in the<br>private sector</a></li>' +

'<li id="feature07"><a href="javascript:generic_link_WT(\'/GL/en/Issues/Business-environment/Business-redefined---Global-trend-5--The-next-evolution-of-technology\', \'/GL/en/Issues/Business environment\', \'Business redefined - Global trend 5: The next evolution of technology\');">5. The next evolution<br>of technology</a></li>' +

'<li id="feature08"><a href="javascript:generic_link_WT(\'/GL/en/Issues/Business-environment/Business-redefined---Global-trend-6--Fostering-a-global-workforce-in-dynamic-times\', \'/GL/en/Issues/Business environment\', \'Business redefined - Global trend 6: Fostering a global workforce in dynamic times\');">6. Fostering a global <br />workforce in dynamic times</a></li>' +

'</ul>' +
'</div>' 

);


/* 
 * ************************************************** CONTACTS
 * ***********************************************************
 */
 
 /*
$('div#areacontacts').html('<ul><li><a href="javascript:generic_link_WT(\'/GL/en/Industries/Power---Utilities/Seeing-energy-differently---Contacts\', \'/GL/en/Industries/Power & Utilities\', \'Seeing energy differently - Contacts\');">Contacts</a></li></ul>');
*/


/* 
 * ************************************** PUBLICATION DOWNLOAD
 * ***********************************************************
 */
$('div#downloadpub').removeClass("eyRightWhiteBox").addClass("sub_rightcolumn_body1");
 
$('div#downloadpub').html('<ul><li>Download <em><a assetid="AS-USDD-84ZQLM" href="/Publication/vwLUAssets/BusinessRedefined-FINAL/$FILE/BusinessRedefined-FINAL.pdf" onclick=\'javascript: if (generic_link_WT) generic_link_WT("/Publication/vwLUAssets/BusinessRedefined-FINAL/$FILE/BusinessRedefined-FINAL.pdf", "", "Business redefined", "_blank"); return false;\'>Business redefined: a look at the global trends that are changing the world of business</a>,</em> as a printable document (4.2 MB PDF)</li></ul>');

}
