This leads to "final" version of Display |
function Display(no) { |
this.displayno = no; // Label display instance |
this.pageframe = 'foil'; // Default for name of frame to put page in |
this.indexframe= 'list'; // Default for name of frame to be index in |
this.pagepointer = null; // Default URL for page to use |
this.indexpointer = null; // Default URL for index to use |
this.LoadDisplay = LoadDisplay; // call this method to load URL's into pages |
} |