
function size_page()
{
	var wwidth = (window.innerWidth)?window.innerWidth: ((document.all)?document.body.clientWidth:null);
	
	if(wwidth < 1064)
	{
		document.getElementById('bb').style.width = '';
	}
	else
	{
		document.getElementById('bb').style.width = 1056;
	}
}