// JScript source code
function setheight()
{
    var pwh = document.getElementById('ContentRight');
   
    var bg1 = document.getElementById('contentSeperator');
    
    bg1.style.height = pwh.offsetHeight + 10 + 'px';
}