// JavaScript Document

//movie

glblx = 0;
glbly = 0;
filename = "./";
subwin = 0;

function subwinopen(fn,wdt,hgt) {
	hdl = window.open(fn,"_blank","screenX=" + glblx + ",screenY=" + glblx + ",left=" + glblx + ",top=" + glblx + ",width=" + wdt + ",height=" + hgt);
	return hdl;
}

function movie_01(){
window.open("movie/index.html","movie_01","SCROLLBARS=yes,resizable=no,menubar=no,directories=no,status=no,location=no,width=795,height=710");
}
function movie_02(){
window.open("../movie/index.html","movie_02","SCROLLBARS=yes,resizable=no,menubar=no,directories=no,status=no,location=no,width=795,height=710");
}
