// JavaScript Document
function openHeya(){
    win=window.open("movie_heya.html","new","width=390,height=505,top=0,left=0,menubar=0,toolbar=0,scrollbars=0,resizable=0");
	wx = 390;
	wy = 505;
	x = ( screen.width - wx)/2;
	y = ( screen.height - wy)/2;
	win.moveTo(x,y);
}

function openCommun(){
    win=window.open("movie_commun.html","new","width=390,height=505,top=0,left=0,menubar=0,toolbar=0,scrollbars=0,resizable=0");
	wx = 390;
	wy = 505;
	x = ( screen.width - wx)/2;
	y = ( screen.height - wy)/2;
	win.moveTo(x,y);
}

function openMinigame(){
    win=window.open("movie_minigame.html","new","width=390,height=505,top=0,left=0,menubar=0,toolbar=0,scrollbars=0,resizable=0");
	wx = 390;
	wy = 505;
	x = ( screen.width - wx)/2;
	y = ( screen.height - wy)/2;
	win.moveTo(x,y);
}

function openIroiro(){
    win=window.open("movie_iroiro.html","new","width=390,height=505,top=0,left=0,menubar=0,toolbar=0,scrollbars=0,resizable=0");
	wx = 390;
	wy = 505;
	x = ( screen.width - wx)/2;
	y = ( screen.height - wy)/2;
	win.moveTo(x,y);
}

function openTvcm(){
    win=window.open("movie_tvcm.html","new","width=390,height=295,top=0,left=0,menubar=0,toolbar=0,scrollbars=0,resizable=0");
	wx = 390;
	wy = 295;
	x = ( screen.width - wx)/2;
	y = ( screen.height - wy)/2;
	win.moveTo(x,y);
}