﻿function Initialize()
{
    ShowClients();    
}

//----------------------------------
window.onload = Initialize;