function focusNext(ob) { 
	$(ob).focus();
} 


function showItem(ob) {
	$(ob).show();
}

function hideItem(ob) {
	$(ob).hide();
}
