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


