/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/thesonofastitch.com/trunk/web/common/javascript/reciprocal_links.js $
$LastChangedRevision: 7792 $
$LastChangedDate: 2011-10-06 17:42:57 -0400 (Thu, 06 Oct 2011) $
*/

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

