
/* Sequence of slide descriptions */
desc11 =  'Case 1 - Slide 1<br></font><font id=normaltext>Medulloblastoma, cerebellum                                ';
desc12 =  'Case 1 - Slide 2<br></font><font id=normaltext>Cystic glandular change with atypia and inflammation, colon';
desc13 =  'Case 1 - Slide 3<br></font><font id=normaltext>Fundic gland polyp                                         ';
desc14 =  'Case 1 - Slide 4<br></font><font id=normaltext>Tubular adenoma with focal high-grade dysplasia            ';
desc15 =  'Case 1 - Slide 5<br></font><font id=normaltext>Tubular adenoma with focal high-grade dysplasia            ';
desc21 =  'Case 2 - Slide 1<br></font><font id=normaltext>Sections/images taken from the buttock on the third day of life, featuring a spindle cell proliferation with a vaguely myxoid background                                                                                                       ';
desc22 =  'Case 2 - Slide 2<br></font><font id=normaltext>Sections/images taken from the buttock on the third day of life, featuring a spindle cell proliferation with a vaguely myxoid background                                                                                                       ';
desc23 =  'Case 2 - Slide 3<br></font><font id=normaltext>Sections/images taken from the leg at 3 years of age.  There are multiple granulomata with associated acute inflammatory infiltrate.  Special stain (GMS) shows fungal microorganisms consistent with Aspergillus in the center of a granuloma.';
desc24 =  'Case 2 - Slide 4<br></font><font id=normaltext>Sections/images taken from the leg at 3 years of age.  There are multiple granulomata with associated acute inflammatory infiltrate.  Special stain (GMS) shows fungal microorganisms consistent with Aspergillus in the center of a granuloma.';
desc31 =  "Case 3 - Slide 1<br></font><font id=normaltext>Acute Chagas' disease with intense myocardial inflammation (x50).                                                                                                              ";
desc32 =  'Case 3 - Slide 2<br></font><font id=normaltext>Acute <font id="italictext">Trypanosoma cruzi</font> myocarditis contains a severe mononuclear cell infiltrate (x50).                                                          ';
desc33 =  'Case 3 - Slide 3<br></font><font id=normaltext>Acute chagasic myocarditis with three cardiac myocytes filled with amastigote stage <font id="italictext">Trypanosoma cruzi</font> (x100).                                     ';
desc34 =  'Case 3 - Slide 4<br></font><font id=normaltext>Acute chagasic myocarditis with a cardiac myocytes containing <font id="italictext">Trypanosoma cruzi</font> with identifiable round nuclei and rod-shaped kinetoplasts (x250).';
desc41 =  'Case 4 - Slide 1<br></font><font id=normaltext>A biopsy at 6 weeks of age showed patchy fibrosis, mildly thickened arteries and mild mesangial matrix and cell increase.  Only a few tubules are dilated.        ';
desc42 =  'Case 4 - Slide 2<br></font><font id=normaltext>At 7.5 months, there is more prominent fibrosis and more extensive tubular dilatation.  Subcapsular glomeruli resemble those in the juxtacortex.                  ';
desc43 =  'Case 4 - Slide 3<br></font><font id=normaltext>A glomerulus has minimal mesangial hypercellularity without mesangial sclerosis.                                                                                  ';
desc44 =  'Case 4 - Slide 4<br></font><font id=normaltext>Podocyte foot process fusion is obvious by electron microscopy.  Electron dense deposits are not identified.  The basement membrane is appropriately thin for age.';
desc51 =  'Case 5 - Slide 1<br></font><font id=normaltext>Immature chorionic villi with massive infiltration of histiocytic cells in the maternal blood in the adjacent intervillous space.';
desc52 =  'Case 5 - Slide 2<br></font><font id=normaltext>Immature chorionic villi with massive infiltration of histiocytic cells in the maternal blood in the adjacent intervillous space.';
desc53 =  'Case 5 - Slide 3<br></font><font id=normaltext>Immature chorionic villi without intervillous histiocytosis.                                                                     ';
desc54 =  'Case 5 - Slide 4<br></font><font id=normaltext>Immature chorionic villi without intervillous histiocytosis.                                                                     ';
desc55 =  'Case 5 - Slide 5<br></font><font id=normaltext>Dividing membranes from diamniotic monochrionic placenta.                                                                        ';

function parnav(imgnum)
 {
 parent.dir = '91st';
 eval("parent.desc = desc"+imgnum);
 eval("parent.slidenum = 'ped"+imgnum+"'");
 return "../parslideview.htm";
 }

function winstatus(imgnum)
 {
 eval("window.status = desc"+imgnum+";");
 return;
 }

