tags = tagarray; marked = false;
for ( int i = 0; i < tags.length; i++) if (tags[i] == tag) return true; return false;
return marked;
marked = m;