// JavaScript Document

img_ = new Image()
//img_.src = "./images/florence_1_24.jpg"

//neg_vide_src   = "./images/negatif_vide.jpg" ;


a_nb_img_max = new Array() ;
a_photo_name = new Array() ;
a_thumb_name = new Array() ;
a_path       = new Array() ;
a_titre      = new Array() ;




a_nb_img_max[1] = 36        ;
a_photo_name[1] = "macro_"   ;
a_thumb_name[1] = "macro_";
a_path[1]  = "./galeries/macro" ;
a_titre[1]  = "Des petites choses" ;

a_nb_img_max[2] = 26        ;
a_photo_name[2] = "2007_icare_"   ;
a_thumb_name[2] = "th_2007_icare_";
a_path[2]  = "./galeries/2007_icare" ;
a_titre[2]  = "ICARE - 2007 -- Des ballons" ;


a_nb_img_max[3] = 36        ;
a_photo_name[3] = "200709_divers_01_"   ;
a_thumb_name[3] = "th_200709_divers_01_";
a_path[3]  = "./galeries/200709_divers" ;
a_titre[3]  = "Grenoble Septembre 2007" ;

a_nb_img_max[4] = 18        ;
a_photo_name[4] = "200709_divers_02_"   ;
a_thumb_name[4] = "th_200709_divers_02_";
a_path[4]  = "./galeries/200709_divers" ;
a_titre[4]  = "Grenoble Septembre 2007" ;

a_nb_img_max[5] = 18        ;
a_photo_name[5] = "palavas_200704_"   ;
a_thumb_name[5] = "th_palavas_200704_";
a_path[5]  = "./galeries/200704_palavas" ;
a_titre[5]  = "PALAVAS Mars 2007" ;

a_nb_img_max[6] = 17        ;
a_photo_name[6] = "2007_ecouges_"   ;
a_thumb_name[6] = "th_2007_ecouges_";
a_path[6]  = "./galeries/2007_ecouges" ;
a_titre[6]  = "VERCORS- Les ECOUGES" ;

a_nb_img_max[7] = 35        ;
a_photo_name[7] = "2007_lattes_"   ;
a_thumb_name[7] = "th_2007_lattes_";
a_path[7]  = "./galeries/2007_lattes" ;
a_titre[7]  = "LATTES 2007 Port Ariane" ;

a_nb_img_max[8] = 27        ;
a_photo_name[8] = "2007_lunel_"   ;
a_thumb_name[8] = "th_2007_lunel_";
a_path[8]  = "./galeries/2007_lunel" ;
a_titre[8]  = "LUNEL 2007 " ;

a_nb_img_max[9] = 36        ;
a_photo_name[9] = "2008_echirolles_"   ;
a_thumb_name[9] = "th_2008_echirolles_";
a_path[9]  = "./galeries/2008_01_echirolles" ;
a_titre[9]  = "ECHIROLLES Janvier 2008 " ;

a_nb_img_max[10] = 36        ;
a_photo_name[10] = "grenoble_200802_"   ;
a_thumb_name[10] = "th_grenoble_200802_";
a_path[10]  = "./galeries/200801_grenoble" ;
a_titre[10]  = "Grenoble  2008 " ;

a_nb_img_max[11] = 21       ;
a_photo_name[11] = "grenoble_200802_2_"   ;
a_thumb_name[11] = "th_grenoble_200802_2_";
a_path[11]  = "./galeries/200801_grenoble_2" ;
a_titre[11]  = "Grenoble 2008 " ;

