function GoToURL() {

	if (screen.width >= 1024) {
		location.href="htm/0800.htm";
	} else {
		location.href="htm/0800.htm";
	}
}
