
/* Sequence of slide descriptions */
desc1a  =  'Case 1 - Figure A </font><br><font id=normaltext>Low power view showing epithelioid neoplasm with predominantly diffuse growth and involvement of muscle bundles.                                                  ';
desc1b  =  'Case 1 - Figure B </font><br><font id=normaltext>High power view showing nested pattern of tumor cells with abundant cytoplasm. Blood vessels are conspicuous.                                                     ';
desc1c  =  'Case 1 - Figure C </font><br><font id=normaltext>Tumor cell necrosis.                                                                                                                                              ';
desc21  =  'Case 2 - Figure 1 </font><br><font id=normaltext>Oncocytosis: Multiple cortical tumor nodules.                                                                                                                     ';
desc22  =  'Case 2 - Figure 2 </font><br><font id=normaltext>Oncocytosis: Oncocytic tumor cells infiltrating among renal tubules.                                                                                              ';
desc23  =  'Case 2 - Figure 3 </font><br><font id=normaltext>Oncocytosis: Minute oncocytic nodules. Could any of these structures represent "in situ" disease?                                                                 ';
desc24  =  'Case 2 - Figure 4 </font><br><font id=normaltext>Oncocytosis: Hybrid tumor. Several oncocytic microcysts are present near a solid nest of tumor cells with nuclear features reminiscent of chromophobe RCC.        ';
desc31  =  'Case 3 - Figure 1 </font><br><font id=normaltext>Carcinoma of the rete. The tumor involves the rete testis and shows papillary, solid and tubular areas.  H&E x 32.                                                ';
desc32a =  'Case 3 - Figure 2A</font><br><font id=normaltext>Transition from normal rete epithelium to tumor can be seen.  H&E x 160                                                                                           ';
desc32b =  'Case 3 - Figure 2B</font><br><font id=normaltext>Transition from normal rete epithelium to tumor can be seen.  H&E x 160                                                                                           ';
desc33  =  'Case 3 - Figure 3 </font><br><font id=normaltext>The infiltrating component consists of anaplastic cells with amphophilic cytoplasm and tubule formation.  H&E x 160.                                              ';
desc34a =  'Case 3 - Figure 4A</font><br><font id=normaltext>Infiltrating tumor with focal tubule formation.  H&E x 80.                                                                                                        ';
desc34b =  'Case 3 - Figure 4B</font><br><font id=normaltext>The keratin highlights the tubular morphology of the tumor.  Anti-keratin x 80.                                                                                   ';
desc35  =  'Case 3 - Figure 5 </font><br><font id=normaltext>Peripherally the tumor infiltrates the interstitium of the testis.  H&E x 160.                                                                                    ';
desc41  =  'Case 4 - Figure 1 </font><br><font id=normaltext>Low magnification image showing proliferation of urothelial nests into lamina propria.                                                                            ';
desc42  =  'Case 4 - Figure 2 </font><br><font id=normaltext>Intermediate magnification demonstrating nests of urothelium extending into the lamina propria. Note associated recent hemorrhage and overlying normal urothelium.';
desc43  =  'Case 4 - Figure 3 </font><br><font id=normaltext>Nests of urothelium associated with dilated congested vessels and fibrin deposition.                                                                              ';
desc44  =  'Case 4 - Figure 4 </font><br><font id=normaltext>Nests of urothelium associated with recent hemorrhage. Note moderate nuclear pleomorphism and occaisional prominent nucleoli.                                     ';
desc51  =  'Case 5 - Figure 1 </font><br><font id=normaltext>Kidney, low power.                                                                                                                                                ';
desc52  =  'Case 5 - Figure 2 </font><br><font id=normaltext>Kidney, high power.                                                                                                                                               ';
desc53  =  'Case 5 - Figure 3 </font><br><font id=normaltext>Mediastinum, low power.                                                                                                                                           ';
desc54  =  'Case 5 - Figure 4 </font><br><font id=normaltext>Mediastinum, high power.                                                                                                                                          ';

function parnav(imgnum)
 {
 parent.dir = '92nd';
 eval("parent.desc = desc"+imgnum);
 eval("parent.slidenum = 'geni"+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;
 }

