showMessageWithCancel("Yes to set all columns in this objectJ file to default values. Existing notes or bookmarks will be eliminated. Marker data will be unaffected. MAKE SURE THAT THE FIRST ITEM TYPE IS SELECTED IN THE OBJECTJ TOOLS MENU!!!!") typeHolder=""; type=ojActiveItemName(); index=0; itemNames=newArray(100); while (type!=typeHolder){ itemNames[index]=type; typeHolder=type; ojAdvance(); type=ojActiveItemName(); index++; } itemNames=Array.trim(itemNames, index); for (i=0; i