function submit_pay_form()
{
	if( gc_pay_v.exec() )
	{
		document.getElementById("frm_gc_pay").submit();
	}
}