// Name of slideshow variable, used when initialising the slideshow below
var slides=[];

// Slideshow images and description

slides[0] = [
   "/img/slideshow/Anesthesia_Lesson_Awassa_Ethiopia.jpg",
   "Anesthesia lesson, ESS Course<br>Awassa, Ethiopia"];

slides[1] = [
   "/img/slideshow/Burn_Victim_Jimma_Ethiopia.jpg",
   "A burn victim<br>Jimma, Ethiopia"];

slides[2] = [
   "/img/slideshow/C-Section_Lesson_SOO_Course.jpg",
   "Caesarean section lesson, SOO Course"];

slides[3] = [
   "/img/slideshow/Breech_Delivery_Lesson_Mozambique.jpg",
   "Breech delivery lesson<br>Mozambique"];

slides[4] = [
   "/img/slideshow/X-ray_Interpretation_Samples_Awassa_Ethiopia.jpg",
   "X-rays for interpretation, Orthopedic Unit, ESS Course<br>Awassa, Ethiopia"];

slides[5] = [
   "/img/slideshow/Counselling_Hut_for_School_Children_Gulu_Uganda.jpg",
   "Counselling hut for school children<br>Gulu, Uganda"];

slides[6] = [
   "/img/slideshow/Drs_Samson_and_Chu_in_Ward_Designated_for_Skills_Lab_Jimma_Ethiopia.jpg",
   "Drs. Samson and Chu in ward designated for skills lab<br>Jimma, Ethiopia"];

slides[7] = [
   "/img/slideshow/ESS_Course_Blantyre_Malawi-A.jpg",
   "Cast application, Orthopedic Unit for ESS Course<br>Blantyre, Malawi"];

slides[8] = [
   "/img/slideshow/ESS_Course_Blantyre_Malawi-B.jpg",
   "Identification of tibial landmark, ESS Course<br>Blantyre, Malawi"];

slides[9] = [
   "/img/slideshow/ESS_Course_Blantyre_Malawi-C.jpg",
   "Endotracheal intubation Anesthesia Unit, ESS Course<br>Blantyre, Malawi"];

slides[10] = [
   "/img/slideshow/ESS_Instructors_Course_Awassa_Ethiopia.jpg",
   "ESS Instructors Course<br>Awassa, Ethiopia"];

slides[11] = [
   "/img/slideshow/ESS_Instructors_Mali.jpg",
   "ESS Instructors<br>Mali"];

slides[12] = [
   "/img/slideshow/ESS_Providers_Course_Blantyre_Malawi.jpg",
   "Teaching normal delivery in the ESS Providers Course<br>Blantyre, Malawi"];

slides[14] = [
   "/img/slideshow/ESS_Providers_Course_Mekele_Ethiopia.jpg",
   "Spinal anesthesia lesson, ESS Providers Course<br>Mekele, Ethiopia"];

slides[15] = [
   "/img/slideshow/First_Aid_Kit_Injury_Control_Centre_Gulu_Uganda.jpg",
   "First aid kit, Gulu Peacebuilding program of ICC-Uganda"];

slides[16] = [
   "/img/slideshow/Peacebuilding_Course_Poster_English_and_Amharic_Axum_Ethiopia.jpg",
   "Peacebuilding Course poster in English &#38; Tigrinia<br>Axum, Ethiopia"];

slides[17] = [
   "/img/slideshow/Peacebuilding_for_Elementary_Schools_Course_Axum_Ethiopia.jpg",
   "Peacebuilding for Elementary Schools Course<br>Axum, Ethiopia"];

slides[18] = [
   "/img/slideshow/Peacebuilding_for_Elementary_Schools_Instructors_Axum_Ethiopia.jpg",
   "Peacebuilding for Elementary Schools instructors<br>Axum, Ethiopia"];

slides[19] = [
   "/img/slideshow/Quiz_Post_Partum_Hemorrhage_Bamako_Mali.jpg",
   "Quiz on postpartum hemorrhage<br>Bamako, Mali"];

slides[20] = [
   "/img/slideshow/Radiograph_Reading_Lesson_Blantyre_Malawi.jpg",
   "X-rays for interpretation, ESS Course<br>Blantyre, Malawi"];

slides[21] = [
   "/img/slideshow/Surgical_Instruments_ESS_Course.jpg",
   "Surgical instruments, ESS Course<br>"];

slides[22] = [
   "/img/slideshow/Trauma_Registry_Team_Dar_es_Salaam_Tanzania.jpg",
   "Trauma registry team<br>Dar es Salaam, Tanzania"];

slides[23] = [
   "/img/slideshow/X-ray_Reading_Awassa_Ethiopia.jpg",
   "X-ray interpretation<br>Awassa, Ethiopia"];

// Slideshow settings

slides.pause=1;                  // Pause on mouseover
slides.no_controls=1;            // Do not display button controls
slides.fadecolor='transparent';  // Transparent image background color
slides.random=1;                 // Random picture order each page load

// Syntax: new inter_slide(slideshow_array_name, width, height, switch_delay_in_ms)
new inter_slide(slides, 400, 267, 6500)

