<!--

function doForm(arg1, arg2) {

	document.getElementById("whichBtn").value = arg2;
	document.getElementById(arg1).submit();
	
	
}

//-->