function viewQuoteForm() {
	$.post("view_quote_form.jsp",
		function(data){
			$("#content").html(data);
	}, "html");
}
