function initPage()
{
    toggleTabs(activeTab);

    if(theForm!=null)
    {
    theForm.oldSubmit = theForm.submit;
    theForm.submit = WebForm_SaveScrollPositionSubmit;

    theForm.oldOnSubmit = theForm.onsubmit;
    }
}
