// The Depot Diner webcam configuration file
// started July 1, 2005 by Dan Brown
// July 1, 2005	- moved to server yar by Dan Brown
// Oct 29, 2005	- moved to a local sever nwjava by Dan Brown
// Feb 25, 2006	- moved to server yar by Dan Brown ( hd failed)
// Apr 23, 2006	- moved to a local sever by Dan Brown

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

  // camera ID Note: there is one of these for each camera (ie depotdiner, depottrain, depotphoto)
  var _curDirCapCom = "depotdiner";
  // delay for animating the big image in Milsec
  var mainDelay=3000;

  // 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/";

