/* Sequence of slide descriptions */
desc01  = 'Case #01 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desc02  = 'Case #02 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desc03  = 'Case #03 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desc04  = 'Case #04 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desc05  = 'Case #05 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desc06  = 'Case #06 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desc07  = 'Case #07 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desc08  = 'Case #08 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desc09  = 'Case #09 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desc10  = 'Case #10 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desc11  = 'Case #11 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desc12  = 'Case #12 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desch01  = 'Case #01 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desch02  = 'Case #02 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desch03  = 'Case #03 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desch04  = 'Case #04 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desch05  = 'Case #05 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desch06  = 'Case #06 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desch07  = 'Case #07 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desch08  = 'Case #08 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desch09  = 'Case #09 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desch10  = 'Case #10 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
descl01  = 'Case #01a -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
descl02  = 'Case #01b -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
descl03  = 'Case #02 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
descl04  = 'Case #03 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
descl05  = 'Case #04 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
descl06  = 'Case #05 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';

function parnav(imgnum)
 {
 eval("desc = desc"+imgnum);
 eval("slidenum = '07"+imgnum+"'");
 return;
 }


function winstatus(imgnum)
 {
 eval("window.status = desc"+imgnum+";");
 return;
 }

function vpopone(loc,tname)
 {
 if (top.flashsniff == 'upgrade')
  {
  location.replace('../../upgrade.htm?'+loc);
  }
 else
  {
  newWindow = window.open(loc,tname,'fullscreen=yes,toolbar=no,screenX=1,screenY=1,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no');
  }
 }
