function doSubmit(strType, objForm)
{
	// if (strType == '1') {
	
	objForm.action.value = strType;
	objForm.submit();
	//}
}