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