function Toggle_Price_Quote() {
	$("#Price_Quote_01").hide();
	$("#Price_Quote_02").show();
}