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

  // camera ID
  // kron4 is faster but may be down
  var _curDirCapCom = "sfggate";

  // camera ID
  // use kpix5 when kron is down
//  var _curDirCapCom = "sfggatekpix";

  // delay for animating the big image in Milsec
  var mainDelay=60000;
  // 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/";
