function checkIE5()
{
	if (!window.innerHeight && (!document.documentElement || document.documentElement.clientHeight == 0) && document.body)
	{
		return true;
	}
	
	return false;
}
