/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/livingwatersaeration.com/branches/upgrade/web/common/javascript/reciprocal_links.js $
$LastChangedRevision: 5376 $
$LastChangedDate: 2008-02-18 18:15:53 -0500 (Mon, 18 Feb 2008) $
*/

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