// The Panda webcam configuration file
// started Oct 09, 2005 by K and D

  // OIC's image server base URL ( this is where the images are )
  var imgSrvrBase='http://yar.oiccam.com/';

  // camera ID
//  var _curDirCapCom = "panda192";
//  var _curDirCapCom = "panda188";
//  var _curDirCapCom = "panda193";
  var _curDirCapCom = "panda";
  // delay for animating the big image in Milsec
  var mainDelay=30000;
  // URL to jump to when the big image is clicked
  var mainHref = imgSrvrBase + "imgdisp.pl";
  // src URL for the big image
  var mainImgSrc = imgSrvrBase + "ftp/capcom/";

  // direct access to the Toshiba camera (must end in '/')
  var cam_camaddr = "http://panda.oiccam.com:8008/";
