
/* Sequence of slide descriptions */
desc01 = 'Case 1 - Figure 1</font><br><font id=normaltext>Fatty liver disease - non-cirrhotic                                                                                 ';
desc02 = 'Case 1 - Figure 2</font><br><font id=normaltext>Mild zone 1 hemosiderosis (Prussian blue stain)                                                                     ';
desc03 = 'Case 1 - Figure 3</font><br><font id=normaltext>Mild zone 1 hemosiderosis - hepatocellular (Prussian blue stain)                                                    ';
desc04 = 'Case 2 - Figure 1</font><br><font id=normaltext>Low power view                                                                                                      ';
desc05 = 'Case 2 - Figure 2</font><br><font id=normaltext>Intranuclear inclusions                                                                                             ';
desc06 = 'Case 2 - Figure 3</font><br><font id=normaltext>Immunohistologic stain for adenovirus                                                                               ';
desc07 = 'Case 3 - Figure 1</font><br><font id=normaltext>Low power of interface between lesion and surrounding parenchyma                                                    ';
desc08 = 'Case 3 - Figure 2</font><br><font id=normaltext>Medium power of lesion.  Note the naked arterioles                                                                  ';
desc09 = 'Case 3 - Figure 3</font><br><font id=normaltext>High power of lesion.  Note the pseudoacinar formation.                                                             ';
desc10 = 'Case 4 - Figure 1</font><br><font id=normaltext>Low power view showing an area composed of densely compressed small tubules.                                        ';
desc11 = 'Case 4 - Figure 2</font><br><font id=normaltext>Another area is composed of microcysts with thin fibrous septa.                                                     ';
desc12 = 'Case 4 - Figure 3</font><br><font id=normaltext>Higher magnification showing a staghorn pattern reminiscent of serous cystadenoma                                   ';
desc13 = 'Case 4 - Figure 4</font><br><font id=normaltext>Small tubules lined by a short cuboidal epithelium showing rare mitoses.  Note the inconspicuous surrounding stroma.';
desc14 = 'Case 5 - Figure 1</font><br><font id=normaltext>Low power of lesion                                                                                                 ';
desc15 = 'Case 5 - Figure 2</font><br><font id=normaltext>Medium power of lesion                                                                                              ';
desc16 = 'Case 5 - Figure 3</font><br><font id=normaltext>High power of lesion.  Note mitotic figures                                                                         ';
desc17 = 'Case 5 - Figure 4</font><br><font id=normaltext>High power of lesion                                                                                                ';

function parnav(imgnum)
 {
 parent.dir = '92nd';
 eval("parent.desc = desc"+imgnum);
 eval("parent.slidenum = 'liver"+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;
 }

