// JavaScript DocumentRollimage = new Array()Rollimage[0]= new Image(115,66)Rollimage[0].src = "img/splash/tea_a.gif"Rollimage[1] = new Image(115,66)Rollimage[1].src = "img/splash/tea_b.gif"Rollimage[2] = new Image(324,66)Rollimage[2].src = "img/splash/teawonderland_a.gif"Rollimage[3] = new Image(324,66)Rollimage[3].src = "img/splash/teawonderland_b.gif"     function SwapOut(){    document.tea.src = Rollimage[1].src;    return true;  }  function SwapBack(){    document.tea.src = Rollimage[0].src;     return true;  }    function SwapOut1(){    document.wonder.src = Rollimage[3].src;    return true;  }  function SwapBack1(){    document.wonder.src = Rollimage[2].src;     return true;  }  