function submit_Form() {
    document.gcs_form.action = "https://www.paypal.com/cgi-bin/webscr";
    document.gcs_form.submit();
}

