/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/hoganleather.com/branches/upgrade/web/common/javascript/reciprocal_links.js $
$LastChangedRevision: 5367 $
$LastChangedDate: 2008-02-17 19:19:47 -0500 (Sun, 17 Feb 2008) $
*/

function toggleSection(pLink, pElement)
{
    cxGeneral_toggleClassName(pElement, "expanded");
    cxGeneral_toggleClassName(pLink, "expanded");
}
