﻿// JScript File
function swapPage(pNum)
{
    document.pageForm.pNum.value = pNum;
    document.pageForm.submit();
}

