Scroll text Problem

I posted somehting earlier and this is a follow up.

i have everything working except now when each page unloads it scrolls to the top before switching…any help would be great

my code looks like this:

this.ourHistoryMC.onRollOver = function() {
this.myText.setTextFormat(optionDisable);
}
this.ourHistoryMC.onRollOut = function() {
this.myText.setTextFormat(optionEnable);
}
this.ourHistoryMC.onRelease = function() {

reEnableOptions();
this.myText.setTextFormat(optionDisable);
this.enabled = false;

_level0.myLV.load("VARS/ourhistory.txt");
loadedInfo.scroll = 0

}