// JavaScript Document
function reqSubmitted(var1,var2)
{
	
		document.theForm.reqType.value=var1;
		document.theForm.submit();
	
}
