﻿// JavaScript Document

function OpenWin01(){
    win1=window.open("01.html","new1","width=700,height=580");
}
function OpenWin02(){
    win2=window.open("02.html","new2","width=700,height=580");
}
function OpenWin03(){
    win3=window.open("03.html","new3","width=700,height=580");
}
function OpenWin04(){
    win4=window.open("04.html","new4","width=700,height=580");
}
function OpenWin05(){
    win5=window.open("05.html","new5","width=700,height=600,scrollbars=yes");
}




function OpenWinmovie(){
    winmovie=window.open("movie/movie01.html","new6","width=700,height=580");
}

function OpenWinmovie2(){
    winmovie2=window.open("movie/movie02.html","new7","width=700,height=580");
}
