// 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/shop/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();
}

