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

