// 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 OPERATION';
s.text = ' 07:30<br> Staff is doing final operative check-up on children. Operation Room: There is one operating bed, and the second bed will be brought in later. Room Temp. is 26°, which is very important to keep the children warm.<br>08:00<br> Kids have been brought to Operation Room.';
ss.add_slide(s);

s = new slide();
s.src = 'slides/01.jpg';
s.link = 'slides/01.jpg';
s.title = 'PHASE 1 ANESTHESIA OPERATION';
s.text = '08:30<br> Walaa had her anesthesia with no problems, then Alla was anesthetized too with insertion of endotraceal tubes for both.<br>09:30<br>Respectively for The Anesthesia Phase, the Intra Venous lines have been inserted for both. In addition, Alla had her Artrial line insertion.<br>10:00<br>The epidural catheters have been inserted successfully.';
ss.add_slide(s);

s = new slide();
s.src = 'slides/02.jpg';
s.link = 'slides/02.jpg';
s.title = 'PHASE 2: TRANS-ESOPHAGEAL ECHO';
s.text = '10:15<br>The anesthesia phase has been completed successfully. and the twin have their X-ray.<br>10:30<br>The Cardiology Team are doing the transesophageal echocardiogram for Walaa “had a major congenital complex heart disease”';
ss.add_slide(s);

s = new slide();
s.src = 'slides/03.jpg';
s.link = 'slides/03.jpg';
s.title = 'PHASE 3: PREPARATION AND POSITIONING';
s.text = '11:00<br>This phase started few minutes ago by planning the incisions site then the sterilizing and positioning the twin for the next phase.';
ss.add_slide(s);

s = new slide();
s.src = 'slides/04.jpg';
s.link = 'slides/04.jpg';
s.title = 'PHASE 4: PEDIATRIC SURGERY';
s.text = '11:30<br>Skin incision was made, followed by underlaying tissue to reach the intra abdominal organs and evaluate the joined areas';
ss.add_slide(s);

s = new slide();
s.src = 'slides/05.jpg';
s.link = 'slides/05.jpg';
s.title = 'PHASE 5: LIVER SEPARATION';
s.text = '03:30<br>This Phase has been started. The Surgical Team found a shared ampulla and a fused distal common bile duct between Alaa and Walaa. The ampulla will be given to Walaa, and for Alaa the divided common bile duct will be re-implanted in to roux-y limb of jejunum.';
ss.add_slide(s);

s = new slide();
s.src = 'slides/06.jpg';
s.link = 'slides/06.jpg';
s.title = 'PHASE 6: SEPARATION OF XIPHOID AND RIBS AND ABDOMINAL WALL';
s.text = '05:00<br>The bowel has been separated completely and Walaa intestine has been reconstructed.';
ss.add_slide(s);

s = new slide();
s.src = 'slides/07.jpg';
s.link = 'slides/07.jpg';
s.title = 'PHASE 7 : RECONSTRUCTION: TWO TEAMS + TWO TABLES – A & B';
s.text = '06:00<br>The liver has been separated completely<br>06:30<br>The Surgical Team is connecting Alaa bile duct to her intestine then the Twin will completely separated.';
ss.add_slide(s);

s = new slide();
s.src = 'slides/08.jpg';
s.link = 'slides/08.jpg';
s.title = 'PHASE 8: CLOSURE & TRANSPORT TO PICU PEDIATRIC SURGERY & ANESTHESIA';
s.text = '07:00<br>The Surgical Team connected Alaa biliary system to her intestine, and now they started dividing the lower part of the chest bones and the other side of the abdominal<br>07:30<br>Alaa & Walaa have been successfully separated and each is on her separate surgical bed. Next process is closing the surgical sight, where the Team has been separated to ( 2 ) tables – A & B, where the wounds are being closed.';
ss.add_slide(s);

s = new slide();
s.src = 'slides/09.jpg';
s.link = 'slides/09.jpg';
s.title = 'PHASE 8: CLOSURE & TRANSPORT TO PICU PEDIATRIC SURGERY & ANESTHESIA';
s.text = '08:00<br>End Stage: Both babies are stable and team is closing the surgical site.';
ss.add_slide(s);

s = new slide();
s.src = 'slides/10.jpg';
s.link = 'slides/10.jpg';
s.title = 'PHASE 8: CLOSURE & TRANSPORT TO PICU PEDIATRIC SURGERY & ANESTHESIA';
s.text = '08:15<br>Dr. Rabeeah brought the good news to the parents whom were extremely happy & thankful.';
ss.add_slide(s);

s = new slide();
s.src = 'slides/11.jpg';
s.link = 'slides/11.jpg';
s.title = 'PHASE 8: CLOSURE & TRANSPORT TO PICU PEDIATRIC SURGERY & ANESTHESIA';
s.text = '08:45<br>The separation surgery for the Twin “Alaa & Walaa” have been completed successfully. The tow girls have been transported to the NICU';
ss.add_slide(s);

s = new slide();
s.src = 'slides/12.jpg';
s.link = 'slides/12.jpg';
s.title = '14 Hours after the Separation of the Egyptian Conjoined Twins Alaa and Walaa';
s.text = 'Dr. Abdullah Al Rabeeah, Chief Surgeon and Head of the Multidisciplinary Team stated today, 26 June 2005, that fourteen (14) hours after the successful separation operation, lasting approximately thirteen (13) hours, the Egyptian conjoined twins Alaa and Walaa are stable in the Pediatric Intensive Care Unit (PICU). The twins vital signs are stable, and there is no sign of any complications. They are still on an artificial respirator and are receiving sedatives to alleviate any pain. Alaa and Walaa are expected to remain in the PICU for two-three (2-3) weeks.';
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.");
  }
}

//-->

