    function swapin(In, Source){
      Source.src = In;}
    function swapout(Out, Source){
      Source.src = Out;}

