// 見積のフォームをエリアに設置
function contypeCh(n) {
	if(n == "見積依頼"){
		document.form1.contents.value="品番：\n数量：\n納品場所：\n一括or分納：\n希望納期：";
	}
}