// JavaScript Document




//用語解説ウインドウを開く
function OpenWords(){
window.open("../../popup/words/word.html","new","width=637,height=600,status=no,scrollbars=yes");
}
//カラーチャートウインドウを開く
function OpenColor(){
window.open("../../popup/color/color01.html","new","width=637,height=600,status=no,scrollbars=yes");
}
//取り扱い店舗情報ウインドウを開く
function OpenDealer(){
window.open("../../popup/shop_info/shop.html","new","width=820,height=600,status=no,scrollbars=yes");
}
//インク選びウインドウを開く
function OpenInk(){
window.open("../../popup/ink/index.html","new","width=835,status=no,scrollbars=yes");
}
//マルチカラーについてウインドウを開く
function OpenMulticolor(){
window.open("../../popup/multi/multicolor01.html","new","width=637,height=600,status=no,scrollbars=yes");
}
//クリーニングについてウインドウを開く
function OpenCleaning(){
window.open("../../popup/clean/cleaning.html","new","width=637,height=600,status=no,scrollbars=yes");
}
//ヒント集ウインドウを開く
function OpenHint(){
window.open("../../popup/hint/hint.html","new","width=637,height=600,status=no,scrollbars=yes");
}
