
function symptom_expand(owner_id) {
	callJSONP('/symptom-parts-ajax.php', showHTML, 'symptom_table', '&owner_id='+owner_id);
};

function document_expand(document_id) {

	callJSONP('/document-ajax.php', showHTML, 'symptom_table', '&document_id='+document_id);

};
