/* このJSは各ブログで共有されています。 */
/* 加えた変更は各ブログすべてに影響します。 */

// ========== フォームオープン用JS ==========

// ---------- アミューズワールドTOP ----------

function amuse_inquiry(){	// 総合問い合わせ
window.open('/agree.html?amuse_inquiry',
'subwin','toolbar=0,scrollbars=1,status=1,width=680,height=700');
}


// ---------- デコレーションプレート ----------

function plate_inquiry(){	// 問い合わせ
window.open('/plate/agree.html?inquiry',
'subwin','toolbar=0,scrollbars=1,status=1,width=680,height=700');
}

function plate_order(){	// オリジナル注文
window.open('/plate/agree.html?order',
'subwin','toolbar=0,scrollbars=1,status=1,width=680,height=700');
}

function plate_katanukiorder(){	// 型抜き済みラミ・用紙注文
window.open('/plate/agree.html?katanuki_order',
'subwin','toolbar=0,scrollbars=1,status=1,width=680,height=700');
}

function plate_materialorder(){	// 型抜き無しラミ・用紙注文
window.open('/plate/agree.html?material_order',
'subwin','toolbar=0,scrollbars=1,status=1,width=680,height=700');
}

function plate_printedorder(){	// 完成品プレート注文
window.open('/plate/agree.html?printed_order',
'subwin','toolbar=0,scrollbars=1,status=1,width=680,height=700');
}


// ---------- のぼり ----------

function nobori_inquiry(){	// 問い合わせ
window.open('/nobori/agree.html?inquiry',
'subwin','toolbar=0,scrollbars=1,status=1,width=680,height=700');
}

function nobori_order(){	// オリジナル注文
window.open('/nobori/agree.html?order',
'subwin','toolbar=0,scrollbars=1,status=1,width=680,height=700');
}

function nobori_toolsorder(){	// 関連用品注文
window.open('/nobori/agree.html?tools_order',
'subwin','toolbar=0,scrollbars=1,status=1,width=680,height=700');
}


// ---------- パネル ----------

function panel_inquiry(){	// 問い合わせ
window.open('/panel/agree.html?inquiry',
'subwin','toolbar=0,scrollbars=1,status=1,width=680,height=700');
}

function panel_order(){	// 注文
window.open('/panel/agree.html?order',
'subwin','toolbar=0,scrollbars=1,status=1,width=680,height=700');
}
