function advantages()
{
    $row = getAdvc();
    return $row;
}
function getAdvantages()
{
    $advantage = getAdvc();
    return $advantage;
}