// JavaScript Document\<!-- Begin  Rollimage = new Array()  Rollimage[0]= new Image(180,250)  Rollimage[0].src = "images/art/images/chapter_breaks.jpg"  Rollimage[1] = new Image(180,250)  Rollimage[1].src = "images/art/images/chapter_breaks_hilight.jpg"  Rollimage[2]= new Image(180,250)  Rollimage[2].src = "images/art/images/color.jpg"   Rollimage[3] = new Image(180,250)  Rollimage[3].src = "images/art/images/color_hilight.jpg"   Rollimage[4]= new Image(180,250)  Rollimage[4].src = "images/art/images/foolsgold_wip.jpg"    Rollimage[5] = new Image(180,250)  Rollimage[5].src = "images/art/images/foolsgold_wip_hilight.jpg"    Rollimage[6]= new Image(180,250)  Rollimage[6].src = "images/art/images/original_concept_art.jpg"   Rollimage[7] = new Image(180,250)  Rollimage[7].src = "images/art/images/original_concept_art_hilight.jpg"   Rollimage[8]= new Image(180,250)  Rollimage[8].src = "images/art/images/foolsgold_preview.jpg"   Rollimage[9] = new Image(180,250)  Rollimage[9].src = "images/art/images/foolsgold_preview_hilight.jpg"   Rollimage[10]= new Image(180,250)  Rollimage[10].src = "images/art/images/otherart.jpg"   Rollimage[11] = new Image(180,250)  Rollimage[11].src = "images/art/images/otherart_hilight.jpg"  function chapter_breaks_normal(){    document.chapter_breaks.src = Rollimage[0].src;    return true;  }    function chapter_breaks_hilight(){    document.chapter_breaks.src = Rollimage[1].src;    return true;  } function color_normal(){    document.color.src = Rollimage[2].src;    return true;  }    function color_hilight(){    document.color.src = Rollimage[3].src;    return true;  } function foolsgold_wip_normal(){    document.foolsgold_wip.src = Rollimage[4].src;    return true;  }    function foolsgold_wip_hilight(){    document.foolsgold_wip.src = Rollimage[5].src;    return true;  } function original_concept_art_normal(){    document.original_concept_art.src = Rollimage[6].src;    return true;  }    function original_concept_art_hilight(){    document.original_concept_art.src = Rollimage[7].src;    return true;  }       function foolsgold_preview_normal(){      document.foolsgold_preview.src = Rollimage[8].src;      return true;    }        function foolsgold_preview_hilight(){      document.foolsgold_preview.src = Rollimage[9].src;      return true;  }         function otherart_normal(){      document.otherart.src = Rollimage[10].src;      return true;    }        function otherart_hilight(){      document.otherart.src = Rollimage[11].src;      return true;    }        //  End -->//-->