var
t=app.activeDocument.textFrames;
alert(t[0].parentStory.storyPreferences.opticalMarginSize);
t[0].parentStory.storyPreferences.opticalMarginSize=1;