﻿

function ShowPage(index) {
    if (!(index >= 0 && index < mpContent.NumPages())) {
        return;
    }
    mpContent.setPageIndex(index);
}
