function gotoTop() {
		if(!window.opener || window.opener.closed) {
			window.open("http://www.movie-im.jp/","newwin","location=yes, scrollbars=yes,menubar=yes,resizable=yes,locationbar=yes,status=1,toolbar=1");
		} else {
			window.opener.location.href = "http://www.movie-im.jp/";
			window.opener.focus();
			}
		}