function Footer(a)
{
if (a == '')
{
x = '\n';
}
else
{
x  = '';
}
return x;
}
