//rollspeciestwoarrayinit
if (document.images) {
var onImgArray = new Array();
var offImgArray = new Array();
var clickImgArray = new Array();
onImgArray[0] = new Image(40,40);
offImgArray[0] = new Image(40,40);
clickImgArray[0] = new Image(40,40);
onImgArray[0].src = "../../images_v7/gallery_arrow_prev_ov.gif";
offImgArray[0].src = "../../images_v7/gallery_arrow_prev_up.gif";
clickImgArray[0].src = "../../images_v7/gallery_arrow_prev_clk.gif";
onImgArray[1] = new Image(40,40);
offImgArray[1] = new Image(40,40);
clickImgArray[1] = new Image(40,40);
onImgArray[1].src = "../../images_v7/gallery_arrow_next_ov.gif";
offImgArray[1].src = "../../images_v7/gallery_arrow_next_up.gif";
clickImgArray[1].src = "../../images_v7/gallery_arrow_next_clk.gif";
//rollspeciestwoinsert
}
