<!--
	function fixWinIE() 
		{
		if (document.all && window.attachEvent) 
			{
			if (document.body.scrollHeight < document.body.offsetheight) 
				{
				document.body.style.display = 'block';
				}			
			}
		}
-->




