<!--
if ( is_nav4up || is_ie4up )
	{
	var height 	= screen.height;
	var width 	= screen.width;
	
	//redirect user to different page depending
	if ( height >= 768 && width >= 1024 )
			{
			//this is the current template already
			//window.location = "index1204.htm";
			}
	else if ( height >= 600 && width >= 800 )
			{
			window.location = "index800.htm";
			}
	else
			{
			window.location = "index.htm";
			}
	}
//-->

