// JavaScript Document


// オンラインショップ

function webshop() {
	var webshop=window.open('http://vivid-site.jp/caffarel/shop/', 'webshop', 'toolbar=no, location=no, status=yes, menubar=no, scrollbars=yes, resizable=yes,');
webshop.window.focus();
}

function press() {
	var press=window.open('https://sv27.bestsystems.net/~dajjf000/press/index.html', 'press', 'toolbar=no, location=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=480,height=500,');
press.window.focus();
}

function magazine() {
	var magazine=window.open('https://vivid-site.jp/caffarel/magazine/index.html', 'magazine', 'toolbar=no, location=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=550,height=600,');
magazine.window.focus();
}

function privacy() {
	var privacy=window.open('http://vivid-site.jp/caffarel/shop2/privacy.cfml', 'privacy', 'toolbar=no, location=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=517,height=600,');
privacy.window.focus();
}

function kitanomenu() {
	var kitanomenu=window.open('../../contents/items/index.html', 'kitanomenu', 'toolbar=no, location=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=530,height=410,');
kitanomenu.window.focus();
}

function recruit() {
	var magazine=window.open('contents/recruit/index.html', 'recruit', 'toolbar=no, location=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=550,height=600,');
magazine.window.focus();
}



/* 個別アイテムページ */

function Best1() {
	var Best1=window.open('https://vivid-site.jp/caffarel/shop2/shop_101.cfm?goods_ID=S2114', 'Best1', 'toolbar=no, location=no, status=yes, menubar=no, scrollbars=yes, resizable=yes,');
Best1.window.focus();
}

function Best2() {
	var Best2=window.open('https://vivid-site.jp/caffarel/shop2/shop_101.cfm?goods_ID=G2145', 'Best2', 'toolbar=no, location=no, status=yes, menubar=no, scrollbars=yes, resizable=yes,');
Best2.window.focus();
}

function Best3() {
	var Best3=window.open('https://vivid-site.jp/caffarel/shop2/shop_101.cfm?goods_ID=G2144', 'Best3', 'toolbar=no, location=no, status=yes, menubar=no, scrollbars=yes, resizable=yes,');
Best3.window.focus();
}

/* 季節限定商品 */

function Limited() {
	var Limited=window.open('https://vivid-site.jp/caffarel/shop2/shop_10.html', 'Limited', 'toolbar=no, location=no, status=yes, menubar=no, scrollbars=yes, resizable=yes,');
Limited.window.focus();
}

/* カテゴリ　チョコセット */

function Category2() {
	var Category2=window.open('https://vivid-site.jp/caffarel/shop2/shop_02.html', 'Category5', 'toolbar=no, location=no, status=yes, menubar=no, scrollbars=yes, resizable=yes,');
Category5.window.focus();
}
/* カテゴリ　焼き菓子セット */
function Category3() {
	var Category3=window.open('https://vivid-site.jp/caffarel/shop2/shop_03.html', 'Category5', 'toolbar=no, location=no, status=yes, menubar=no, scrollbars=yes, resizable=yes,');
Category5.window.focus();
}
/* カテゴリ　ギフトセット */
function Category5() {
	var Category5=window.open('https://vivid-site.jp/caffarel/shop2/shop_05.html', 'Category5', 'toolbar=no, location=no, status=yes, menubar=no, scrollbars=yes, resizable=yes,');
Category5.window.focus();
}






