// Start up the client window
function startAgent()
{
    // Launch the client window
    var agentWindow=window.open("client/frames.html?","agent","toolbar=no,scrollbars=yes,menubar=no,directories=no,resizable=no,width=300,height=175");
}
