<!-- Hide me from old browsers
  function FooterG(backCol,textCol)
  {
    var st;
    var sx;
    var galaname="gala";
    var galaserv="gala-fashion.com";
    st='<TABLE ALIGN=\"center\" border=\"0\" bgcolor=\"';
    st+=(backCol)?backCol:'#808080';
    st+='\" cellpadding=\"0\" cellspacing=\"0\">';
    this.document.writeln(st);
    this.document.writeln('<tr>');
    this.document.writeln('<td ALIGN="center">');
    sx='<font face=\"arial, serif\" color=\"';
    sx+=(textCol)?textCol:'#FFFF00';
    sx+='\" size=\"1\">';
    this.document.writeln(sx+'Все права защищены &#169; Copyright <A HREF="mailto:'+galaname+'@'+galaserv+'">Галина Мосеевская</A> 1999-2010</font>');
    this.document.writeln('</td>');
    this.document.writeln('</tr>');
    this.document.writeln('</table>');
  }

  function FooterA(backCol,textCol)
  {
    var st;
    var sx;
    var abcname="abc";
    var abcserv="comteco.ru";
    st='<TABLE ALIGN=\"center\" border=\"0\" bgcolor=\"';
    st+=(backCol)?backCol:'#808080';
    st+='\" cellpadding=\"0\" cellspacing=\"0\">';
    this.document.writeln(st);
    this.document.writeln('<tr>');
    this.document.writeln('<td ALIGN="center">');
    sx='<font face=\"arial, serif\" color=\"';
    sx+=(textCol)?textCol:'#FFFF00';
    sx+='\" size=\"1\">';
    this.document.writeln(st);
    this.document.writeln('<tr>');
    this.document.writeln('<td ALIGN="center">');
    this.document.writeln(sx+'Вопросы? Проблемы? Предложения? Вебмастер <A HREF="mailto:'+abcname+'@'+abcserv+'">Владимир Аброськин</A></font>');
    this.document.writeln('</td>');
    this.document.writeln('</tr>');
    this.document.writeln('</table>');
  }

  function Footer(backCol,textCol)
  {
    FooterG(backCol,textCol);
    FooterA(backCol,textCol);
  }
// End Hiding-->
















