function submitform(thisForm,arg)
{
	thisForm.action=thisForm.action+"?order="+arg;
	thisForm.submit();
}

function confirmDealSubmit()
{
	alert("Please be sure to proceed to last step when all changes are complete to submit your modifications into the workflow for approval");
}