
function send_contact_frm(){
	$('#frm_contact').submit();
}

function reset_contact_frm(){
	$( "form" )[ 0 ].reset();
}