// ムービーページリンク＆クローズ
<!--
function remote(url) {
  opener.location.href = url
  self.window.close();
}

function remote_profile(url) {
  window.opener.parent.location.href = url
  self.window.close();
}
function remote_r1(url)
{
	win=window.open(url,"new","resizable=yes,menubar=yes,scrollbars=yes,directories=yes,status=yes,location=yes,toolbar=yes");
}

//-->