// JavaScript Document
ss = new slideshow('ss');
ss.prefetch = 3;
ss.timeout = 6000;

s = new slide();
s.src = 'slides/00.jpg';
s.link = 'slides/00.jpg';
s.title = ' Phase 1: Anesthesia';
s.text = ' 07:15<br> Preparation to transfer the twins to Operation Section.<br>07:30<br> The twins Hafsah & Elham have been in the Operation Room.';
ss.add_slide(s);

s = new slide();
s.src = 'slides/01.jpg';
s.link = 'slides/01.jpg';
s.title = 'Phase 1: Anesthesia';
s.text = '07:45<br>Preparation to start the Phase 1-Anesthesia.<br>08:00<br>The twins Hafsah & Elham have been intubated successfully.';
ss.add_slide(s);

s = new slide();
s.src = 'slides/02.jpg';
s.link = 'slides/02.jpg';
s.title = 'Phase 1: Anesthesia';
s.text = '08:30<br>The arterial line & the central venous lines have been inserted for Hafsah.<br>09:00<br>The arterial line & the central venous lines have been inserted for Elham & it is expected to finish this phase during the coming few minuets to start the next phase.';
ss.add_slide(s);

s = new slide();
s.src = 'slides/03.jpg';
s.link = 'slides/03.jpg';
s.title = 'Phase 1: Anesthesia';
s.text = '09:30<br>Phase 1 has been completed successfully without any complications, an X-ray will be done to check the tubes position before proceeding for the next phases.';
ss.add_slide(s);

s = new slide();
s.src = 'slides/04.jpg';
s.link = 'slides/04.jpg';
s.title = 'PHASE 2: Cystoscopy + Foleys  Catheters.';
s.text = '09:45<br>The endoscopy for the genital & urinary systems is in progress with insertion of the urinary bladder catheters.<br>10:00<br>This phase has been  completed successfully. The team preparing the twins for the next phase. ';
ss.add_slide(s);


s = new slide();
s.src = 'slides/05.jpg';
s.link = 'slides/05.jpg';
s.title = 'PHASE 3: Preparation + Incision for separation.';
s.text = '10:15<br>This phase started few minutes ago by planning the incisions site then the preparation &amp; positioning.';
ss.add_slide(s);

s = new slide();
s.src = 'slides/06.jpg';
s.link = 'slides/06.jpg';
s.title = 'PHASE 4: Bowel + Genital Separation Incisions';
s.text = '10:30<br>skin incision was made, followed by underling tissue, the incision was carried to the deep structure then the peritonium was opened.<br>11:15<br>Preparation to start next Phase.';
ss.add_slide(s);

s = new slide();
s.src = 'slides/07.jpg';
s.link = 'slides/07.jpg';
s.title = 'PHASE 4: Bowel + Genital Separation Incisions';
s.text = '11:30<br>The separation of the front part of the abdominal wall successfully done with separation of the front part of the genital &amp; urinary tubes. The final separation of those tubes will be done after Spinal Column separation.';
ss.add_slide(s);

s = new slide();
s.src = 'slides/08.jpg';
s.link = 'slides/08.jpg';
s.title = 'PHASE 5: Spinal Column Separation including Flip over';
s.text = '12:00<br>The twins has been flipped to the other side &quot;back&quot; to reach the spinal cord &amp; the lower part of the vertebral column. This phase may take around 3 hours to complete.';
ss.add_slide(s);

s = new slide();
s.src = 'slides/09.jpg';
s.link = 'slides/09.jpg';
s.title = 'PHASE 5: Spinal Column Separation including Flip over';
s.text = '02:45<br>The separation of the  Spinal cored has been completed with the closer of the spinal canal  successfully. The team will separate the lower part of the vertebral column in  next few minuets.';
ss.add_slide(s);

s = new slide();
s.src = 'slides/10.jpg';
s.link = 'slides/10.jpg';
s.title = 'PHASE 5: Spinal Column Separation including Flip over';
s.text = '03:00 <br>The lower part of the vertebral column has been separated successfully by Orthopedic Team.';
ss.add_slide(s);

s = new slide();
s.src = 'slides/11.jpg';
s.link = 'slides/11.jpg';
s.title = 'PHASE 6: Urology separation ';
s.text = '03:30<br>The separation of Genital &amp; Urinary Systems has been started by separating the Genital System where the vagina on each side where separated where each vagina has 2 openings ( double vagina).<br>04:30 <br>The urethra was dissected on each side to finalize the separation of the Urinary System followed by separating the urinary bladder which was shared by the twins.';
ss.add_slide(s);


s = new slide();
s.src = 'slides/12.jpg';
s.link = 'slides/12.jpg';
s.title = 'PHASE 7: Separation (perineum)';
s.text = '07:30<br>The twins has been successfully separated &amp; moved to separate beds for the first time. The Team will be divide to 2 teams A-B.';
ss.add_slide(s);

s = new slide();
s.src = 'slides/13.jpg';
s.link = 'slides/13.jpg';
s.title = 'PHASE 8: Orthopedic Separation &plusmn; Stomas + Closure';
s.text = '08:30<br>Both pelvic bones were separated in Hafsah &amp; Elham.<br>09:00 <br>The team start to prepare for stoma.';
ss.add_slide(s);


s = new slide();
s.src = 'slides/14.jpg';
s.link = 'slides/14.jpg';
s.title = 'PHASE 09: Dressing';
s.text = '10:00<br>Wounds for Hafsah and Elham are being closed now.<br>10:30 <br>The &quot; Dressing Phase &quot; has been completed successfully.';
ss.add_slide(s);


s = new slide();
s.src = 'slides/15.jpg';
s.link = 'slides/15.jpg';
s.title = 'completed successfully';
s.text = '11:20 <br>The separation surgery for the Moroccan Conjoined Twins &ldquo;Hafsah &amp; Elham&rdquo; has been completed successfully. The tow girls have been transported to the PICU.';
ss.add_slide(s);

// The following loop sets an attribute for all of the slides.
// This is easier than setting the attributes individually.

for (var i=0; i < ss.slides.length; i++) {

  s = ss.slides[i];
  s.target = "slideshow_popup";
  s.attr = "width=620,height=420,resizable=yes,scrollbars=yes";
}

// Display an alert to remind people to donate
var show_popup = true;
function showpopup() {
  // Display a message (once)
  if (show_popup) {
    show_popup = false;
    alert("The slideshow is funded by users like you.\n\nIf you use the slideshow please consider making a donation.");
  }
}

//-->

