
/* Sequence of slide descriptions */
desc11 =  'Case 1 - Figure 1(A)</font><br><font id=normaltext>Low: Low power magnification of case A.                                                                                                                                                                                              ';
desc12 =  'Case 1 - Figure 2(A)</font><br><font id=normaltext>High: High power magnification of case A.                                                                                                                                                                                            ';
desc13 =  'Case 1 - Figure 3(B)</font><br><font id=normaltext>Low: Low power magnification of case B.                                                                                                                                                                                              ';
desc14 =  'Case 1 - Figure 4(B)</font><br><font id=normaltext>High: High power magnification of case B.                                                                                                                                                                                            ';
desc21 =  'Case 2 - Figure 1</font>   <br><font id=normaltext>Low power of the lesion showing a pronounced papillary pattern.                                                                                                                                                                      ';
desc22 =  'Case 2 - Figure 2</font>   <br><font id=normaltext>The cores of the papillary processes are cellular and contain spindle-shaped cells.  The papillary processes are lined by a single layer of bland epithelial cells.                                                                  ';
desc23 =  'Case 2 - Figure 3</font>   <br><font id=normaltext>Focally the papillae are lined by bland epithelial cells but in areas the epithelial cells are enlarged with pleomorphic nuclei containing prominent nucleoli.                                                                       ';
desc24 =  'Case 2 - Figure 4</font>   <br><font id=normaltext>In areas there is invasion of the stromal cores of the papillae by cells with enlarged pleomorphic nuclei.                                                                                                                           ';
desc31 =  'Case 3 - Figure 1</font>   <br><font id=normaltext>Low magnification showing a cellular proliferation embedded in a myxoid background.                                                                                                                                                  ';
desc32 =  'Case 3 - Figure 2</font>   <br><font id=normaltext>Intermediate magnification showing infiltration into adipose tissue.                                                                                                                                                                 ';
desc33 =  'Case 3 - Figure 3</font>   <br><font id=normaltext>Intermediate magnification showing neoplastic cells arranged in a cystic pattern and small cords.                                                                                                                                    ';
desc34 =  'Case 3 - Figure 4</font>   <br><font id=normaltext>Higher magnification showing a uniform cellular proliferation composed of round to polygonal cells with eosinophilic cytoplasm, round nucleus and inconspicuous nucleoli.  Scattered cells with a signet-ring appearance are present.';
desc41 =  'Case 4 - Figure 1</font>   <br><font id=normaltext>Compact and spindle nests of tumor cells associated with scant fibromatous stroma. The cells have moderate amounts of eosinophilic cytoplasm and uniform oval to spindled nuclei.                                                    ';
desc42 =  'Case 4 - Figure 2</font>   <br><font id=normaltext>The tumor contains scattered "endometrioid-type glands" admixed with predominantly solid tubules and some hollow tubules.                                                                                                            ';
desc43 =  'Case 4 - Figure 3</font>   <br><font id=normaltext>Small solid tubules with abundant clear cytoplasm surrounded by abundant fibromatous stroma.  Notice the absence of Leydig cells.                                                                                                    ';
desc44 =  'Case 4 - Figure 4</font>   <br><font id=normaltext>Well-formed, elongated solid tubules with elongated, very focally grooved nuclei associated with some mitotic activity.                                                                                                              ';
desc51 =  'Case 5 - Figure 1</font>   <br><font id=normaltext>Irregular endocervical glands lined by cells with stratified, hyperchromatic nuclei.                                                                                                                                                 ';
desc52 =  'Case 5 - Figure 2</font>   <br><font id=normaltext>High magnification view of an endocervical gland showing the nuclear features.                                                                                                                                                       ';
desc53 =  'Case 5 - Figure 3</font>   <br><font id=normaltext>Small solid nodule among endocervical glands.                                                                                                                                                                                        ';
desc54 =  'Case 5 - Figure 4</font>   <br><font id=normaltext>Trabecular growth of cells within the solid nodule.                                                                                                                                                                                  ';

function parnav(imgnum)
 {
 parent.dir = '92nd';
 eval("parent.desc = desc"+imgnum);
 eval("parent.slidenum = 'gyn"+imgnum+"'");
 slidepop();
 return;
 }

function winstatus(imgnum)
 {
 eval("tempwin = desc"+imgnum+";");
 if (tempwin.indexOf('<') > 0) window.status = tempwin.substring(0,tempwin.indexOf('<'))+' Enlargment.';
 else window.status = tempwin+' - Enlargment.';
 return;
 }

