if ((screen.width==1280)&&(screen.height==1024))
	{
	window.location="1280/index.htm";
	}
	else 
		{
		if ((screen.width==1024)&&(screen.height==768))
		{
  		window.location="1024/index.htm";
		}
			else
			{
			if ((screen.width==800)&&(screen.height==600))
			{
			window.location="800/index.htm";
			}
				else
				{
				window.location="1024/index.htm";
				}
				}
				}

