// on va preloader les hover pour qu'ils soient instantannés
var tbImagesPreload = new Array("/resources/template/bt_photo_hover.png","/resources/template/bt_online_hover.png","/resources/template/bt_ilove_hover.png","/resources/template/bt_identify_hover.png","/resources/template/bt_calling_hover.png","/resources/template/bt_calling_mc_hover.ie6.gif","/resources/template/bt_calling_mc_hover.png","/resources/template/bt_calling_mc.png");

imgtmp=new Array();

for(i=0; i<tbImagesPreload.length; i++)
{
	imgtmp[i] = new Image;
	imgtmp[i].src = tbImagesPreload[i];
}


