<!-- Hide me from old browsers

  var sonWin;
  var isDyn=(document.getElementById || document.all) ? true : false;
  var c_head="<HTML>"+"<HEAD>"+"<TITLE>";
  var c_titleE="</TITLE>";
  var c_cssB="<style TYPE=\"text/css\">body.backimg {background-image: url("
  var c_cssE=")}</style>";
  var c_script="<SCRIPT LANGUAGE=\"JavaScript\">function onBackLoad() {var loadEl; document.body.className='backimg'; loadEl=(document.all)?(document.all.load):(document.getElementById('load')); loadEl.style.visibility='hidden'; return true;}</SCRIPT>"
  var c_headE="</HEAD>"+"<BODY BACKGROUND=\"";
  var c_headF="</HEAD>"+"<BODY onLoad=\"focus()\">";
  var c_body=c_titleE+c_headE;
  var c_bodyC="</TITLE>"+"</HEAD>"+"<BODY BGCOLOR=\"";
  var c_bodyM="\" STYLE=\"margin: 0px 0px 0px 0px";
  var c_bodyB="</TITLE>"+"</HEAD>"+"<BODY STYLE=\"background-image: url(";
  var c_bodyE="); background-position: center center; background-repeat: no-repeat; background-color: #000000";
  var c_tableH="<TABLE CELLSPACING=\"0\"><TR><TD ALIGN=\"center\" VALIGN=\"middle\" HEIGHT=\"";
  var c_table21="<TABLE BORDER=\"0\" CELLSPACING=\"0\" CELLPADDING=\"0\" WIDTH=\"100%\" HEIGHT=\"100%\" ALIGN=\"center\"><TR><TD WIDTH=\"50%\" ALIGN=\"right\" VALIGN=\"middle";
  var c_table22="</TD><TD WIDTH=\"50%\" ALIGN=\"left\" VALIGN=\"middle";
  var c_tableW="\" WIDTH=\"";
  var c_tableI="\"><IMG SRC=\"";
  var c_tableIH="\" HEIGHT=\"";
  var c_tableIW="\" WIDTH=\"";
  var c_tableIA="\" ALT=\"All rights reserved &#169; Copyright Gala Moseevsky 2001\" BORDER=\"0\">";
  var c_tableE="</TD></TR></TABLE>";
  var c_close="</BODY>"+"</HTML>";
  var c_focus="\" onLoad=\"focus()\">";
  var c_imsrcB="<IMG SRC=\"";
  var c_imsrcE="\" NAME=\"BackImage\" HEIGHT=\"1\" WIDTH=\"1\" ALT=\"\" BORDER=\"0\"";
  if (isDyn)
    c_imsrcE+=" onLoad=\"onBackLoad();\"";
  //if
  c_imsrcE+=">";
  var c_load="<DIV ID=\"load\" STYLE=\"font-size:large; font-weight:bold; font-family: arial, helvetica, serif; color:#0000FF; text-decoration:blink; text-align:center \"><MARQUEE>Loading...</MARQUEE></DIV>"
  var c_foot=c_focus+c_close;

  var wTitle;
  var iFile;

  function closeSon()
  {
    if (sonWin!=null && !sonWin.closed)
      sonWin.close();
    //if
  }

  function refreshSon()
  {
    with (sonWin.document)
    {
      clear();
      open();
      write(c_head+wTitle+c_body+iFile+c_foot);
      close();
    }//with
  }

  function renewSon(imgFile,winName,winTitle,imgW,imgH)
  {
    // if (sonWin!=null && !sonWin.closed && sonWin.name!=winName)
      closeSon();
    //if
    sonWin=window.open("",winName,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+imgW+",height="+imgH+",top=100,left=100");
    with (sonWin.document)
    {
      open();
      write(c_head+winTitle+c_titleE);
      if (isDyn)
        write(c_cssB+imgFile+c_cssE+c_script);
      //if
      write(c_headF+c_load+c_imsrcB+imgFile+c_imsrcE+c_close);
      close();
    }//with
    wTitle=winTitle;
    iFile=imgFile;
    sonWin.document.BackImage.onLoad=refreshSon;
  }

  function renewSonR(imgFile,winName,winTitle,imgW,imgH)
  {
    renewSon(imgFile,winName,winTitle,imgW,imgH);
    return false; //for use as onClick event processor
  }

  function renewSonRL(imgLink,winTitle,imgW,imgH)
  {
    return renewSonR(imgLink.href,imgLink.target,winTitle,imgW,imgH)
  }

  function showStill(imgNum)
  {
    renewSon("pg"+imgNum+".jpg","still","Still N"+imgNum,352,288);
  }

  function renewSonE(imgFile,winName,winTitle,imgW,imgH,bgColour)
  {
    if (sonWin!=null && !sonWin.closed && sonWin.name!=winName)
      closeSon();
    //if
    sonWin=window.open("",winName,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+imgW+",height="+imgH+",top=100,left=100");
    with (sonWin.document)
    {
      open();
      write(c_head+winTitle+c_bodyC+bgColour+c_bodyM+c_focus+c_tableH+imgH+c_tableW+imgW+c_tableI+imgFile+c_tableIA+c_tableE+c_close);
      close();
    }//with
    return false; //for use as onClick event processor
  }

  function renewSonEE(imgFile1,imgFile2,winName,winTitle,imgW,imgH,bgColour)
  {
    if (sonWin!=null && !sonWin.closed && sonWin.name!=winName)
      closeSon();
    //if
    sonWin=window.open("",winName,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+imgW+",height="+imgH+",top=100,left=100");
    with (sonWin.document)
    {
      open();
      write(c_head+winTitle+c_bodyC+bgColour+c_bodyM+c_focus+c_table21+c_tableI+imgFile1+c_tableIA+c_table22+c_tableI+imgFile2+c_tableIA+c_tableE+c_close);
      close();
    }//with
    return false; //for use as onClick event processor
  }

  swOK=true;

// End Hiding-->


































