var imgarrProd = new Array(24)

imgarrProd[0]= new Image(); imgarrProd[0].src="images/products1.gif";
imgarrProd[1]= new Image(); imgarrProd[1].src="images/products1o.gif";
imgarrProd[2]= new Image(); imgarrProd[2].src="images/products2.gif";
imgarrProd[3]= new Image(); imgarrProd[3].src="images/products2o.gif";
imgarrProd[4]= new Image(); imgarrProd[4].src="images/products3.gif";
imgarrProd[5]= new Image(); imgarrProd[5].src="images/products3o.gif";
imgarrProd[6]= new Image(); imgarrProd[6].src="images/products4.gif";
imgarrProd[7]= new Image(); imgarrProd[7].src="images/products4o.gif";
imgarrProd[8]= new Image(); imgarrProd[8].src="images/products5.gif";
imgarrProd[9]= new Image(); imgarrProd[9].src="images/products5o.gif";
imgarrProd[10]= new Image(); imgarrProd[10].src="images/products6.gif";
imgarrProd[11]= new Image(); imgarrProd[11].src="images/products6o.gif";
imgarrProd[12]= new Image(); imgarrProd[12].src="images/products7.gif";
imgarrProd[13]= new Image(); imgarrProd[13].src="images/products7o.gif";
imgarrProd[14]= new Image(); imgarrProd[14].src="images/products8.gif";
imgarrProd[15]= new Image(); imgarrProd[15].src="images/products8o.gif";
imgarrProd[16]= new Image(); imgarrProd[16].src="images/products9.gif";
imgarrProd[17]= new Image(); imgarrProd[17].src="images/products9o.gif";
imgarrProd[18]= new Image(); imgarrProd[18].src="images/products10.gif";
imgarrProd[19]= new Image(); imgarrProd[19].src="images/products10o.gif";
imgarrProd[20]= new Image(); imgarrProd[20].src="images/products11.gif";
imgarrProd[21]= new Image(); imgarrProd[21].src="images/products11o.gif";
imgarrProd[22]= new Image(); imgarrProd[22].src="images/productsnew.gif";
imgarrProd[23]= new Image(); imgarrProd[23].src="images/productsnewo.gif";

function swapProd(imgref, imgto)
	{
	eval ('document.'+imgref+'.src = imgarrProd['+imgto+'].src');
	return true;
	}