/* Sequence of slide descriptions */
desc01  = 'Case 1 - Figure 1 - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desc02  = 'Case 2 - Figure 1 - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desc03  = 'Case 3 - Figure 1 - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desc04  = 'Case 4 - Figure 1 - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desc05  = 'Case 5 - Figure 1 - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desc06  = 'Case 6 - Figure 1 - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desc08  = 'Case 8 - Figure 1 - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desc09  = 'Case 9 - Figure 1 - Click this thumbnail image to view Virtual Slide in a Web Viewer';

function winstatus(imgnum)
 {
 eval("window.status = desc"+imgnum+";");
 return;
 }

