function resizeIE()
{	
	weite=document.body.offsetWidth;
	document.all.header.style.width=weite - document.all.header.offsetLeft - 35;
	//alert(document.all.header.offsetLeft);
}

function tweakIE()
{
	if (document.all)
	{
		resizeIE()
	}
}