//rollspeciestwoarrayinit
if (document.images) {
var onImgArray = new Array();
var offImgArray = new Array();
var clickImgArray = new Array();
onImgArray[0] = new Image(170,46);
offImgArray[0] = new Image(170,46);
clickImgArray[0] = new Image(170,46);
onImgArray[0].src = "../images/about_project_ov.gif";
offImgArray[0].src = "../images/about_project_up.gif";
clickImgArray[0].src = "../images/about_project_up.gif";
//rollspeciestwoinsert
}

