//alert('size='+(screen.width - (window.outerWidth - window.innerWidth)));
var toplogos;

if (document.layers)
{
	toplogos = (screen.width - (window.outerWidth - window.innerWidth));
}
else
{
	toplogos = document.documentElement.clientWidth;
}

if (toplogos  < 780) toplogos = 780;
var topwelcome = toplogos - 172;
var topnav = toplogos;
var toptitle = toplogos - 146;
var subnav = toplogos - 156;
var breadcrumbnav = toplogos - 155;

document.write('<style type="text/css" media="all">#toplogos { width:' + toplogos + 'px; } #topnav { width:' + topnav + 'px; } .topnavwelcome { width:' + topwelcome + 'px;} #toptitle { width:' + toptitle + 'px;  } .subnav { width:' + subnav + 'px;} .breadcrumbnav {width:' + breadcrumbnav + 'px;}</style>');
