// -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-
// |
// | JavaScript functions for the BSRIA website
// | Coded by Steve Jordan, BSRIA Ltd.
// | Version 1.0 - Jul 2005
// |
// -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-

var _oldr,_oldrc,_r=241,_g=239,_b=226;
function h(id){_oldr='r'+id;_oldrc=document.getElementById(_oldr).style.backgroundColor;document.getElementById(_oldr).style.backgroundColor='#EFF8FB';}
function uh(){if(_oldr)document.getElementById(_oldr).style.backgroundColor=_oldrc;}
function g(u){window.location='/lab/design05/content/?content='+u;}
function gu(u){window.location=u;}