//rollspeciestwoarrayinit
if (document.images) {
var onImgArray = new Array();
var offImgArray = new Array();
var clickImgArray = new Array();
onImgArray[0] = new Image(77,40);
offImgArray[0] = new Image(77,40);
clickImgArray[0] = new Image(77,40);
onImgArray[0].src = "images/afpn/af20_prev_ov.jpg";
offImgArray[0].src = "images/afpn/af20_prev_up.jpg";
clickImgArray[0].src = "images/afpn/af20_prev_up.jpg";
onImgArray[1] = new Image(75,40);
offImgArray[1] = new Image(75,40);
clickImgArray[1] = new Image(75,40);
onImgArray[1].src = "images/afpn/af37_next_ov.jpg";
offImgArray[1].src = "images/afpn/af37_next_up.jpg";
clickImgArray[1].src = "images/afpn/af37_next_up.jpg";
onImgArray[2] = new Image(159,34);
offImgArray[2] = new Image(159,34);
clickImgArray[2] = new Image(159,34);
onImgArray[2].src = "images/seemores/smo_brett_ov.gif";
offImgArray[2].src = "images/seemores/smo_brett_up.gif";
clickImgArray[2].src = "images/seemores/smo_brett_up.gif";
//rollspeciestwoinsert
}
