function screenw() 
{	
		if (screen.width < 1024){ location = /*URL*/'sorry.html';};
		if (screen.width == 1024) { location = /*URL*/'in1024/html/in1024.html';};
		if (screen.width > 1024) { location = /*URL*/'in1024/html/in1025.html';};
	
}
