// JavaScript Document
function WindowOpen()
{
win=window.open("http://www.ochi-ganka.gr.jp/movie1.htm","new","scrollbars=yes,resizable=yes,menubar=yes,location=no,height=244,width=244");
}