// JavaScript Document

//アラート

function showMsg(){
	alert("只今コンテンツ準備中です。");
}

//メルマガフォーム

function Magazine() {
	var Magazine=window.open('https://vivid-site.jp/tokinokumo/magazine/', 'Magazine', 'toolbar=yes, location=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=800, height=500');
Magazine.window.focus();
}

//予約フォーム

function Yoyaku() {
	var Yoyaku=window.open('http://www.489pro.com/asp/489/menu.asp?id=25000007&ty=lim,ser&plan=9,10,11,12&lan=JPN', 'Yoyaku', 'toolbar=yes, location=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=800, height=630');
Yoyaku.window.focus();
}

function YoyakuStay() {
	var YoyakuStay=window.open('https://admx.jp/tokinokumo/', 'Yoyaku', 'toolbar=yes, location=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=800, height=630');
YoyakuStay.window.focus();
}


//通販について

function Onlineshop() {
	var Onlineshop=window.open('../../content/gallery/onlineshop.html', 'Onlineshop', 'toolbar=no, location=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=800, height=630');
Onlineshop.window.focus();
}


