// setting focus on the first item that was invalid on the form
var focusItem = "";
var bgColorArray = new Array(); // array for changing background color of invalid items
var arrayCounter = 0;

function setFocus(item) {
	if (focusItem == "") focusItem = item; 
}