function FocusForm(id, index)
{
	form = $(id);
	inputs = form.getInputs();
	inputs[index].focus();
}
