/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/capecodrestaurant.com/trunk/web/common/javascript/reciprocal_links.js $
$LastChangedRevision: 7149 $
$LastChangedDate: 2010-07-09 11:06:27 -0400 (Fri, 09 Jul 2010) $
*/

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

