
function getClientWidth()
{
	return document.compatMode=='CSS1Compat' && !window.opera?document.documentElement.clientWidth:document.body.clientWidth;
}

function cat_ban()
{
    var width = getClientWidth();
    var el = document.getElementById('cat_ban');
	if (el) el.style.width = width-328-39-41+'px';
}

