// -------------------------------------------------------
// Charges
//
// $Id: charges.js,v 1.1 2008/05/25 10:16:41 steve Exp $
//
// -------------------------------------------------------

function init_charges() {

    jQuery('td.topLeftAccounts').corner("round tl")
    jQuery('td.topRightAccounts').corner("round tr")
    jQuery('td.bottomLeftAccounts').corner("round bl")
    jQuery('td.bottomRightAccounts').corner("round br")
}

