// JavaScript Document

function SubmitForm()

{

    document.get_quote.submit();

}

