var objWin;var nSizeWidth;var nSizeHeight;function Switch(){	var strTemp;	nSizeWidth = 0;	nSizeHeight = 0;	nSizeWidth = screen.width;	nSizeHeight = screen.height;	if (nSizeWidth >= 1280)	{		location.href="./1280/index.html";	}	else	{		location.href="./1024/index.html";	}}//------------------------------------------------------------//javascript by  http://www.scriptsquare.com/usajava///------------------------------------------------------------