<!-- 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=\"verdana, arial, serif\" color=\"';
    sx+=(textCol)?textCol:'#FFFF00';
    sx+='\" size=\"1\">';
    this.document.writeln(sx+'All rights reserved &#169; Copyright <A HREF="mailto:'+galaname+'@'+galaserv+'" class="js">Gala Moseevsky</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=\"verdana, 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+'Please report any problems to webmaster <A HREF="mailto:'+abcname+'@'+abcserv+'" class="js">Vladimir Abroskin</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-->















