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