<!--if(navigator.appVersion.charAt(0) >= "3")
 { var img = new Array();
 img[1] = new Image();  img[1].src = "/gfx/a0.gif";
 img[2] = new Image();  img[2].src = "/gfx/a1.gif";
 img[3] = new Image();  img[3].src = "/gfx/b0.gif";
 img[4] = new Image();  img[4].src = "/gfx/b1.gif";
 img[5] = new Image();  img[5].src = "/gfx/c0.gif";
 img[6] = new Image();  img[6].src = "/gfx/c1.gif";
 img[7] = new Image();  img[7].src = "/gfx/d0.gif";
 img[8] = new Image();  img[8].src = "/gfx/d1.gif";
 img[9] = new Image();  img[9].src = "/gfx/e0.gif";
 img[10] = new Image();  img[10].src = "/gfx/e1.gif";
 img[11] = new Image();  img[11].src = "/gfx/f0.gif";
 img[12] = new Image();  img[12].src = "/gfx/f1.gif";
 img[13] = new Image();  img[13].src = "/gfx/g0.gif";
 img[14] = new Image();  img[14].src = "/gfx/g1.gif";
 img[15] = new Image();  img[15].src = "/gfx/h0.gif";
 img[16] = new Image();  img[16].src = "/gfx/h1.gif";
 img[17] = new Image();  img[17].src = "/gfx/i0.gif";
 img[18] = new Image();  img[18].src = "/gfx/i1.gif";
 img[19] = new Image();  img[19].src = "/gfx/j0.gif";
 img[20] = new Image();  img[20].src = "/gfx/j1.gif";
 img[21] = new Image();  img[21].src = "/gfx/k0.gif";
 img[22] = new Image();  img[22].src = "/gfx/k1.gif";
 img[23] = new Image();  img[23].src = "/gfx/l0.gif";
 img[24] = new Image();  img[24].src = "/gfx/l1.gif";
 
	img[25] = new Image();  img[25].src = "/gfx/x0.gif";
	img[26] = new Image();  img[26].src = "/gfx/x1.gif";
   
 img[101] = new Image();  img[101].src = "/gfx/info0.gif";
 img[102] = new Image();  img[102].src = "/gfx/info1.gif";
 img[103] = new Image();  img[103].src = "/gfx/home0.gif";
 img[104] = new Image();  img[104].src = "/gfx/home1.gif";
 
}
function _in(nam,num) {
	if(navigator.appVersion.charAt(0) >= "3") { 
		document.images[nam].src = img[num].src;   
	} 
	else { 
	}	
}

function _out(nam,num) { 
	document.images[nam].src = img[num].src;	
}
//---------------------------------------->