function Logout()
{
  result = confirm("ログアウトしますか?")
  if ( result == true ) {
    document.location.href = 'http://www.mocovideo.jp/login.php?MODE=LOGOUT';
  }
}
function openPassWindow( theURL )
{
 window.open( theURL, "pass", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=500,height=150")
}

