If maximizeTo="left" is used as an attribute for a page in a tutorial script then the page will not load using IE7 or IE8. maximizeTo="right" does not cause this issue, however.
For reference, an example of when this would be used is:
<page name="Introduction to row and column access control (RCAC)" type="general" maximizeTo="left">
page contents
</page>