function showSupport()
{
	if (document.body.clientWidth > 850)
	{
		var el = document.getElementById('support-image');
		if (el) { el.style.display = 'block'; } 
	}
}
