// Newark java webcam configuration file

  var reloadDelay=5000;		// fast reload time for images in Mil sec
  var reloadDelayIdle=10000;		// slow reload time during idle in Mil sec

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

  // camera ID
  var _curDirCapCom = "szczecinek1";
  // delay for animating the big image in Milsec
  var mainDelay=5000;
  // 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/";

