/* Sequence of slide descriptions */
desc01  = 'Case 1 - Figure 1 -  Skin biopsy from the edge of the eschar shows intact epidermis. Superficial ulceration and fibrinopurulent membrane typically associated with acute lesion of cutaneous anthrax were not seen. H & E stain, original magnification x 12.5.   ';
desc02  = 'Case 1 - Figure 2 -  The adjacent dermis shows edema, focal hemorrhage, and perivascular mononuclear cell infiltrates. H & E stain, original magnifications x 12.5                                                                                            ';
desc03  = 'Case 1 - Figure 3 -  A higher magnification of the dermis illustrates the edema and intense perivascular mononuclear inflammatory cell infiltrates. H & E stain, original magnifications x 50.                                                                ';
desc04  = 'Case 1 - Figure 4 -  This higher magnification further demonstrates the polymorphous nature of the perivascular inflammatory cell infiltrate dominated by mononuclear phagocytes and lymphocytes with focal hemorrhage. H & E stain, original magnification x 158.  ';
desc05  = 'Case 2 - Figure 1 -  Low power view of infected lymph node showing necrosis, foci of surrounding histiocytes and scattered granulomas at margin of lesion (H&E, 10x)                                                                                                                                                                                     ';
desc06  = 'Case 2 - Figure 2 -  High power view of lymph node giant cells demonstrating amber colored polarizable foreign material within cytoplasm (H&E, 40x)                                                                                                                                                                                                      ';
desc07  = 'Case 2 - Figure 3 -  Discrete zonal necrosis with surrounding palisading histiocytes and adjacent giant cells mixed within nodal lymphocytes. (H&E, 10x).                                                                                                                                                                                                ';
desc08  = 'Case 2 - Figure 4 -  High power of interface between confluent zonal necrosis and histiocytic rim. (H&E, 40x).                                                                                                                                                                                                                                           ';
desc09  = 'Case 3 - Figure 1 -  Right frontal cortex and white matter biopsy reveal meningoencephalitis characterized by a lymphocytic infiltrate in the leptomeninges and surrounding cortical vessels (H&E).                                                                                                                                                      ';
desc10  = 'Case 3 - Figure 2 -  Right frontal cortex and white matter biopsy reveal meningoencephalitis characterized by a lymphocytic infiltrate in the leptomeninges and surrounding cortical vessels (H&E).                                                                                                                                                      ';
desc11  = 'Case 3 - Figure 3 -  Inflammatory cells were especially abundant in the white matter around vessels and infiltrating through the parenchyma (H&E).                                                                                                                                                                                                       ';
desc12  = 'Case 3 - Figure 4 -  Inflammatory cells were especially abundant in the white matter around vessels and infiltrating through the parenchyma (H&E).                                                                                                                                                                                                       ';
desc13  = 'Case 3 - Figure 5 -  Marked reactive astrogliosis is demonstrated throughout the cortex and white matter (H&E).                                                                                                                                                                                                                                          ';
desc14  = 'Case 3 - Figure 6 -  Marked reactive astrogliosis is demonstrated throughout the cortex and white matter (H&E).                                                                                                                                                                                                                                          ';
desc23  = 'Case 3 - Figure 7 -  Immunostaining of major histocompatibility complex class II antigens (human leukocyte antigen DR marker) demonstrates the marked activation of microglia.                                                                                                                                                                           ';
desc24  = 'Case 3 - Figure 8 -  Immunophenotyping of the T cell infiltrates in the white matter and cortex revealed that the majority of the CD4 and CD8 T cells were CD81 lymphocytes.                                                                                                                                                                             ';
desc25  = 'Case 3 - Figure 9 -  No significant myelin destruction was shown in Luxol fast blue stains.                                                                                                                                                                                                                                                              ';
desc15  = 'Case 4 - Figure 1 -  Lung alveolar spaces with fibrin microthrombi and focal intra-alveolar bacteria overgrowing the septa.                                                                                                                                                                                                    ';
desc16  = 'Case 4 - Figure 2 -  Occlusive fibrin thrombus in a pulmonary venule within which bacteria can be easily identified.                                                                                                                                                                                                           ';
desc17  = 'Case 4 - Figure 3 -  Abundant intravascular bacteria are noted on multiple sections.                                                                                                                                                                                                                                          ';
desc18  = 'Case 4 - Figure 4 -  Kidney with fibrin thrombi in capillary loops, overgrown with bacteria.                                                                                                                                                                                                                                   ';
desc19  = 'Case 5 - Figure 1 -  Skin punch biopsy specimen with extensive, superficial and deep, perivascular inflammatory infiltrates and focal necrosis and ulceration of the epidermis (H&E).                                                                                                                                                                    ';
desc20  = 'Case 5 - Figure 2 -  Necrosis of the superficial dermis and partially occlusive fibrin thrombi in small vessels of the subjacent tissue (H&E).                                                                                                                                                                                                           ';
desc21  = 'Case 5 - Figure 3 -  Perivascular inflammatory cell infiltrate comprised predominantly of lymphocytes and macrophages; involved vessels exhibit prominent swelling of endothelial cells (H&E).                                                                                                                                                           ';
desc22  = 'Case 5 - Figure 4 -  Infiltrates extending into the panniculus and eccrine ducts (H&E).                                                                                                                                                                                                                                                                  ';
desc26  = 'Case 5 - Figure 5 -  Immunohistochemical stain for spotted fever group rickettsiae identifying scattered collections of intracellular coccobacilli within the inflammatory infiltrates.                                                                                                                                                                  ';
descv01  = 'Case 1 - Slide 1      ';
descv02  = 'Case 2 - Slide 1      ';
descv03  = 'Case 3 - Slide 1      ';
descv04  = 'Case 4 - Slide 1      ';
descv05  = 'Case 5 - Slide 1      ';

function parnav(imgnum)
 {
 parent.dir = '97th';
 eval("parent.desc = desc"+imgnum);
 eval("parent.slidenum = 'infe"+imgnum+"'");
 slidepop();
 return;
 }


function winstatus(imgnum)
 {
 eval("window.status = desc"+imgnum+";");
 return;
 }

