Call us any time for more information - 800-709-0064 - The Bedford's
Call us any time for more information - 800-709-0064 - The Bedford's
var submitcount = 0;
try
{
window.setTimeout(function() {
var elem = document.getElementById("Payment_Process_Order");
if(typeof elem !== 'undefined' && elem !== null) {
elem.removeAttribute("disabled");
}
},3000);
}
catch(ee){}
function submitForm()
{
return true;
}