/* Sequence of slide descriptions */
desc01  = 'Case #01 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desc02  = 'Case #02A -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desc03  = 'Case #02B -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desc04  = 'Case #03 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desc05  = 'Case #04 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desc06  = 'Case #05 -  Virtual Slide - Click this thumbnail image to view Virtual Slide in a Web Viewer';
desc07  = 'Case #06 -  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');
  }
 }
