// JavaScript Document

function showMsg(){
	alert("ただいまメンテナンス中です。しばらくお待ちください");
}

function movie_win() {
	var movie_win=window.open('http://relax-house.com/movie/index.html', 'movie_win', 'toolbar=no, location=no, status=no, menubar=no, scrollbars=no, resizable=yes, width=720, height=480');
movie_win.window.focus();
}

function OnShop() {
	var BtoB=window.open('https://vivid-site.jp/makuden/shop/shop_01.html', 'OnShop', 'toolbar=no, location=no, status=no, menubar=no, scrollbars=yes, resizable=yes');
OnShop.window.focus();
}
