
/* - get_background.js - */
// http://lct.jrc.ec.europa.eu/portal_javascripts/get_background.js?original=1
function ChangeBg(myid){var e=document.getElementById(myid);var cs=document.defaultView.getComputedStyle(e,null);var bg=cs.getPropertyValue('background-color');document.getElementById("portal-column-content").style.backgroundColor=bg};

