

var onImgArray = new Array();
var offImgArray = new Array();

//rollspeciestwoarrayinit
if (document.images) 
{

	onImgArray[0] = new Image(168,100);
	offImgArray[0] = new Image(168,100);
	onImgArray[0].src = "icons/menu_boxengross.jpg";
	offImgArray[0].src = "icons/menu_boxengross_grey.jpg";

	onImgArray[1] = new Image(109,100);
	offImgArray[1] = new Image(109,100);
	onImgArray[1].src = "icons/menu_hersteller.jpg";
	offImgArray[1].src = "icons/menu_hersteller_grey.jpg";

	onImgArray[2] = new Image(109,100);
	offImgArray[2] = new Image(109,100);
	onImgArray[2].src = "icons/menu_pa_verleih.jpg";
	offImgArray[2].src = "icons/menu_pa_verleih_grey.jpg";

	onImgArray[3] = new Image(109,100);
	offImgArray[3] = new Image(109,100);
	onImgArray[3].src = "icons/menu_reparaturen.jpg";
	offImgArray[3].src = "icons/menu_reparaturen_grey.jpg";

	onImgArray[4] = new Image(109,100);
	offImgArray[4] = new Image(109,100);
	onImgArray[4].src = "icons/menu_installation.jpg";
	offImgArray[4].src = "icons/menu_installation_grey.jpg";

	onImgArray[5] = new Image(109,100);
	offImgArray[5] = new Image(109,100);
	onImgArray[5].src = "icons/menu_onlineshop.jpg";
	offImgArray[5].src = "icons/menu_onlineshop_grey.jpg";


//rollspeciestwoinsert
}

