var IEFix = false
function doIEFix()
{
	if(IEFix == true)
		document.getElementById("background").style.width = "102%"
}
