function Swap1(page){
    document[""+page+"one"].src = "stars/star.gif";
    return true;
  }
  function Swap2(page){
    document[""+page+"one"].src = "stars/star.gif";
    document[""+page+"two"].src = "stars/star.gif";
    return true;
  }
  function Swap3(page){
    document[""+page+"one"].src = "stars/star.gif";
    document[""+page+"two"].src = "stars/star.gif";
    document[""+page+"three"].src = "stars/star.gif";
    return true;
  }
  function Swap4(page){
    document[""+page+"one"].src = "stars/star.gif";
    document[""+page+"two"].src = "stars/star.gif";
    document[""+page+"three"].src = "stars/star.gif";
    document[""+page+"four"].src = "stars/star.gif";
    return true;
  }
  function Swap5(page){
   document[""+page+"one"].src = "stars/star.gif";
    document[""+page+"two"].src = "stars/star.gif";
    document[""+page+"three"].src = "stars/star.gif";
    document[""+page+"four"].src = "stars/star.gif";
    document[""+page+"five"].src = "stars/star.gif";
    return true;
  }
  function SwapBack(page){
    document[""+page+"one"].src = "stars/empty.gif";
    document[""+page+"two"].src = "stars/empty.gif";
    document[""+page+"three"].src = "stars/empty.gif";
    document[""+page+"four"].src = "stars/empty.gif";
    document[""+page+"five"].src = "stars/empty.gif";
    return true;
  }
  function SwapBackOne(page){
    document[""+page+"one"].src = "stars/starCurrent.gif";
    document[""+page+"two"].src = "stars/empty.gif";
    document[""+page+"three"].src = "stars/empty.gif";
    document[""+page+"four"].src = "stars/empty.gif";
    document[""+page+"five"].src = "stars/empty.gif";
    return true;
  }
  function SwapBackTwo(page){
    document[""+page+"one"].src = "stars/starCurrent.gif";
    document[""+page+"two"].src = "stars/starCurrent.gif";
    document[""+page+"three"].src = "stars/empty.gif";
    document[""+page+"four"].src = "stars/empty.gif";
    document[""+page+"five"].src = "stars/empty.gif";
    return true;
  }
  function SwapBackThree(page){
    document[""+page+"one"].src = "stars/starCurrent.gif";
    document[""+page+"two"].src = "stars/starCurrent.gif";
    document[""+page+"three"].src = "stars/starCurrent.gif";
    document[""+page+"four"].src = "stars/empty.gif";
    document[""+page+"five"].src = "stars/empty.gif";
    return true;
  }
  function SwapBackFour(page){
    document[""+page+"one"].src = "stars/starCurrent.gif";
    document[""+page+"two"].src = "stars/starCurrent.gif";
    document[""+page+"three"].src = "stars/starCurrent.gif";
    document[""+page+"four"].src = "stars/starCurrent.gif";
    document[""+page+"five"].src = "stars/empty.gif";
    return true;
  }
  function SwapBackFive(page){
    document[""+page+"one"].src = "stars/starCurrent.gif";
    document[""+page+"two"].src = "stars/starCurrent.gif";
    document[""+page+"three"].src = "stars/starCurrent.gif";
    document[""+page+"four"].src = "stars/starCurrent.gif";
    document[""+page+"five"].src = "stars/starCurrent.gif";
    return true;
  }
