﻿
/*
    Computer Science Group, LLC
    225-766-2397 office
    225-205-0263 cell
    darrell@computersciencegroup.com
    Copyright © 2008 Computer Science Group, LLC, All rights reserved.
*/

//pageLoad()
//02/06/2010
function pageLoad()
{
    /****************************************************************************************/
    //09/24/2009
    //do this for all pages
    ocsgPage.initializePage();
    /****************************************************************************************/
    //
    /****************************************************************************************/
    //09/24/2009
    //do this for all pages
    ocsgPage.finishUpPageLoad();
    /****************************************************************************************/
}