
/* Sequence of slide descriptions */
desc11 =  'Case 1 - Figure 1</font><br><font id=normaltext>Low power view of the gastric mass shows a highly vascular, necrotic, hemorrhagic tumor                                                                                                  ';
desc12 =  'Case 1 - Figure 2</font><br><font id=normaltext>Clusters of large tumor cells are seen within a background of dilated vessels and fibrinous debris.                                                                                      ';
desc13 =  'Case 1 - Figure 3</font><br><font id=normaltext>The majority of the tumor cells had bubbly purple cytoplasm with giant, bizarre nuclei.                                                                                                  ';
desc14 =  'Case 1 - Figure 4</font><br><font id=normaltext>Small foci showed typical glandular differentiation.                                                                                                                                     ';
desc15 =  'Case 1 - Figure 5</font><br><font id=normaltext>A large regional lymph node contained metastatic choriocarcinoma.                                                                                                                        ';
desc16 =  'Case 1 - Figure 6</font><br><font id=normaltext>ß-HCG immunostaining is strongly positive within trophoblastic tumor cells.                                                                                                              ';
desc21 =  'Case 2 - Figure 1</font><br><font id=normaltext>Low-power scan of the lesion showing a well-circumscribed nodule in the submucosa.                                                                                                       ';
desc22 =  'Case 2 - Figure 2</font><br><font id=normaltext>Medium-power view showing nests of eosinophilic spindle cells with an organoid pattern.                                                                                                  ';
desc23 =  'Case 2 - Figure 3</font><br><font id=normaltext>High-power view showing relationship of the tumor to the overlying squamous mucosa with pseudoepitheliomatous hyperplasia.                                                               ';
desc24 =  'Case 2 - Figure 4</font><br><font id=normaltext>High-power view of tumor cells showing granular cytoplasm and single atypical nucleus.                                                                                                   ';
desc31 =  'Case 3 - Figure 1</font><br><font id=normaltext>A low power view of eroded rectal mucosa with crypts entrapped in disorganized fibromuscular stroma.                                                                                     ';
desc32 =  'Case 3 - Figure 2</font><br><font id=normaltext>Rectal mucosa with crypts lined by regenerative epithelium.  There is adjacent erosion and a fibrinopurulent cap.  Displaced groups of hypermucinous crypts are present in the submucosa.';
desc33 =  'Case 3 - Figure 3</font><br><font id=normaltext>Same features as in Slide 2 under higher power.                                                                                                                                          ';
desc34 =  'Case 3 - Figure 4</font><br><font id=normaltext>Large mucin-filled submucosal cystic spaces partially lined by simple columnar to cuboidal epithelium (colitis cystica profunda).                                                        ';
desc41 =  'Case 4 - Figure 1</font><br><font id=normaltext>Low power view demonstrating bands of fibrosis dissecting lobules of fat.                                                                                                                ';
desc42 =  'Case 4 - Figure 2</font><br><font id=normaltext>There is extensive fat necrosis with attendant dense sclerosis.  Note that the fibrous areas are paucicellular.                                                                          ';
desc43 =  'Case 4 - Figure 3</font><br><font id=normaltext>Foci of dystrophic calcification are observed in areas of fat necrosis.                                                                                                                  ';
desc44 =  'Case 4 - Figure 4</font><br><font id=normaltext>Clusters of foamy macrophages are scattered throughout the areas of fat necrosis.                                                                                                        ';
desc45 =  'Case 4 - Figure 5</font><br><font id=normaltext>In some areas, a chronic inflammatory infiltrate is present, consisting primarily of lymphocytes and plasma cells, with occasional eosinophils.                                          ';
desc46 =  'Case 4 - Figure 6</font><br><font id=normaltext>The chronic inflammatory infiltrate also includes several lymphoid aggregates.                                                                                                           ';
desc51 =  'Case 5 - Figure 1</font><br><font id=normaltext>Active chronic ulcer site in the antrum shows luminal fibrinoinflammatory exudate and underlying granulation tissue.                                                                     ';
desc52 =  'Case 5 - Figure 2</font><br><font id=normaltext>Obliterative phlebitis is present in a submucosal vein beneath non-ulcerated gastric mucosa.  The adjacent artery is normal.                                                             ';
desc53 =  'Case 5 - Figure 3</font><br><font id=normaltext>Phlebitis also involves vessels of the muscularis propria and subserosa, seen here in the duodenal wall.                                                                                 ';
desc54 =  'Case 5 - Figure 4</font><br><font id=normaltext>Prominent intra- and perivenular lymphoplasmacytic infiltrates.                                                                                                                          ';
desc55 =  'Case 5 - Figure 5</font><br><font id=normaltext>Granulomatous phlebitis.                                                                                                                                                                 ';
desc56 =  'Case 5 - Figure 6</font><br><font id=normaltext>Lymphocytic gastritis in the non-ulcerated gastric antral mucosa.                                                                                                                        ';
desc57 =  'Case 5 - Figure 7</font><br><font id=normaltext>Mild lymphocytosis is also present in the duodenal epithelium, and there is associated villous blunting.                                                                                 ';

function parnav(imgnum)
 {
 parent.dir = '93rd';
 eval("parent.desc = desc"+imgnum);
 eval("parent.slidenum = 'gast"+imgnum+"'");
 slidepop();
 return;
 }

function winstatus(imgnum)
 {
 eval("window.status = desc"+imgnum+";");
 return;
 }

