modifyClass=function(id,tag,modClassName){var tags=$(id).getElements(tag);tags.each(function(item,index){item.className=modClassName})};