<!--
/* reloads the window if IE4 resized */
function MM_reloadPage(init)
{
	if (init==true) with (navigator) 
	{
		if (parseInt(appVersion)==4)
		{
			document.MM_pgW=document.body.clientWidth;
			document.MM_pgH=document.body.clientHeight;
			onresize=MM_reloadPage; 
		}
	}
	else if (document.body.clientWidth!=document.MM_pgW || document.body.clientHeight!=document.MM_pgH)
	{
		location.reload();
	}
	MM_reloadPage(true);
}
//-->
