//-----------------------------------------------------
function doAction(step) {
	document.frmCV.step.value = step;
	document.frmCV.submit();
}
