/* Sequence of slide descriptions */
desc1a  = 'Case 1a - Figure 1 - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desc1b  = 'Case 1b - 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';

function winstatus(imgnum)
 {
 eval("window.status = desc"+imgnum+";");
 return;
 }

