//rollspeciestwoarrayinit
if (document.images) {
var onImgArray = new Array();
var offImgArray = new Array();
var clickImgArray = new Array();
onImgArray[0] = new Image(142,21);
offImgArray[0] = new Image(142,21);
clickImgArray[0] = new Image(142,21);
onImgArray[0].src = "../images/thumbindex_ov.gif";
offImgArray[0].src = "../images/thumbindex_up.gif";
clickImgArray[0].src = "../images/thumbindex_up.gif";
onImgArray[1] = new Image(64,21);
offImgArray[1] = new Image(64,21);
clickImgArray[1] = new Image(64,21);
onImgArray[1].src = "../images/prev_ov.gif";
offImgArray[1].src = "../images/prev_up.gif";
clickImgArray[1].src = "../images/prev_ov.gif";
onImgArray[2] = new Image(64,21);
offImgArray[2] = new Image(64,21);
clickImgArray[2] = new Image(64,21);
onImgArray[2].src = "../images/next_ov.gif";
offImgArray[2].src = "../images/next_up.gif";
clickImgArray[2].src = "../images/next_ov.gif";
onImgArray[3] = new Image(22,22);
offImgArray[3] = new Image(22,22);
clickImgArray[3] = new Image(22,22);
onImgArray[3].src = "../../images/help_ov.gif";
offImgArray[3].src = "../../images/help_up.gif";
clickImgArray[3].src = "../../images/help_up.gif";
//rollspeciestwoinsert
}

