a1_up=new Image();
a1_over=new Image();
a2_up=new Image();
a2_over=new Image();
a3_up=new Image();
a3_over=new Image();

a1_up.src="http://rainizafimanga.free.fr/fr/img_bitmap/a1_up.jpg";
a1_over.src="http://rainizafimanga.free.fr/fr/img_bitmap/a1_over.jpg";
a2_up.src="http://rainizafimanga.free.fr/fr/img_bitmap/a2_up.jpg";
a2_over.src="http://rainizafimanga.free.fr/fr/img_bitmap/a2_over.jpg";
a3_up.src="http://rainizafimanga.free.fr/fr/img_bitmap/a3_up.jpg";
a3_over.src="http://rainizafimanga.free.fr/fr/img_bitmap/a3_over.jpg";


function GetUp(indice)
{
	if(indice=="1")	document.a1.src=a1_up.src;
	if(indice=="2")	document.a2.src=a2_up.src;
	if(indice=="3")	document.a3.src=a3_up.src;
	
}
function GetOver(indice)
{
	if(indice=="1")	document.a1.src=a1_over.src;
        if(indice=="2")	document.a2.src=a2_over.src;
	if(indice=="3")	document.a3.src=a3_over.src;
	
}
