function highlight(field) {
	field.focus();
  	field.select();
}

if (window != top) top.location.href = location.href;