/* Sequence of slide descriptions */
desc01  = 'Section 1 - Figure 1  -  Normal salivary gland showing ductal cells and acinar cells                                      ';
desc02  = 'Section 1 - Figure 2  -  Normal salivary gland showing serous-type acinar cells, striated ducts, and fibroadipose stroma. ';
desc03  = 'Section 2 - Figure 1  -                                                                                                   ';
desc04  = 'Section 2 - Figure 2  -                                                                                                   ';
desc05  = 'Section 2 - Figure 3  -  Pleomorphic adenoma - Pap Stain                                                                  ';
desc06  = 'Section 2 - Figure 4  -  Pleomorphic adenoma - Diff-Quik Stain                                                            ';
desc07  = 'Section 2 - Figure 5  -                                                                                                   ';
desc08  = 'Section 2 - Figure 6  -                                                                                                   ';
desc09  = 'Section 2 - Figure 7  -  Adenoid cystic carcinoma -Diff-Quik stain                                                        ';
desc10  = 'Section 2 - Figure 8  -  Adenoid cystic carcinoma - Pap stain                                                             ';
desc11  = 'Section 2 - Figure 9  -  Adenoid cystic carcinoma exhibiting the classic cribriform pattern.                              ';
desc12  = 'Section 2 - Figure 10 -  Adenoid cystic carcinoma exhibiting the classic tubular pattern.                                 ';
desc13  = 'Section 3 - Figure 1  -                                                                                                   ';
desc14  = 'Section 3 - Figure 2  -                                                                                                   ';
desc15  = 'Section 3 - Figure 3  -                                                                                                   ';
desc16  = 'Section 3 - Figure 4  -                                                                                                   ';
desc17  = 'Section 3 - Figure 5  -  Acinic cell carcinoma comprised of polygonal epithelial cells with serous acinar differentiation.  The cells have abundant basophilic cytoplasm, and dark zymogen granules are apparent. ';
desc18  = 'Section 4 - Figure 1  -                                                                                                   ';
desc19  = 'Section 4 - Figure 2  -                                                                                                   ';
desc20  = 'Section 4 - Figure 3  -  Basal cell adenocarcinoma, solid type, showing peripheral small dark-staining basaloid cells, and more central larger basaloid cells .  Infiltration into surrounding parenchyma and perineural invasion were present in this case.  ';
desc21  = 'Section 4 - Figure 4  -  FNA of membranous BCA                                                                                                                                                                                                                ';
desc22  = 'Section 5 - Figure 1  -  LESA showing mixed lymphocytes and lymphoepithelial lesion.    ';
desc23  = 'Section 5 - Figure 2  -  The lymphoepithelial lesion is a key feature of LESA.          ';
desc24  = 'Section 5 - Figure 3  -  MALT DLBCL                                                     ';
desc25  = 'Section 5 - Figure 4  -  Lymphoma                                                       ';
desc26  = 'Section 6 - Figure 1  -                                                                                                   ';
desc27  = 'Section 6 - Figure 2  -                                                                                                   ';
desc28  = 'Section 6 - Figure 3  -  Low-grade mucoepidermoid carcinoma                                                                                                                    ';
desc29  = 'Section 6 - Figure 4  -  Low-grade mucoepidermoid carcinoma showing a cystic pattern with epidermoid and mucinous epithelial cells in a dense fibrous stroma with lymphocytes. ';
desc30  = 'Section 6 - Figure 5  -  Mucocele                                                                                                                                              ';
desc31  = 'Section 7 - Figure 1  -                                                                                                   ';
desc32  = 'Section 7 - Figure 2  -                                                                                                   ';
desc33  = 'Section 7 - Figure 3  -  Salivary duct carcinoma                                           ';
desc34  = 'Section 7 - Figure 4  -  Salivary duct carcinoma showing a typical comedonecrotic pattern. ';
desc35  = 'Section 7 - Figure 5  -  Carcinoma-ex-pleomorphic adenoma                                  ';
desc36  = 'Section 8 - Figure 1  -                                                                                                   ';
desc37  = 'Section 8 - Figure 2  -                                                                                                   ';
desc38  = 'Section 8 - Figure 3  -                                                                                                   ';
desc39  = 'Section 8 - Figure 4  -  Epithelial-myoepithelial carcinoma showing the uniquely characteristic pattern of clear and ductal cells.';
desc40  = 'Section 9 - Figure 1  -                                                                                                   ';
desc41  = 'Section 9 - Figure 2  -                                                                                                   ';
desc42  = 'Section 9 - Figure 3  -  Nodular fasciitis showing bland spindled cells in a loose stroma and many capillaries with extravasated rbc\'s ';
desc43  = 'Section 9 - Figure 4  -  Cellular Pleomorphic Adenoma                                                                                  ';
desc44  = 'Section 9 - Figure 5  -  Schwannoma                                                                                                    ';
desc45  = 'Section 9 - Figure 6  -  Spindle Cell Carcinoma                                                                                        ';

function parnav(imgnum)
 {
 parent.dir = '97th';
 eval("parent.desc = desc"+imgnum);
 eval("parent.slidenum = 'sc10"+imgnum+"'");
 slidepop();
 return;
 }


function winstatus(imgnum)
 {
 eval("window.status = desc"+imgnum+";");
 return;
 }

