// 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 = "zakopane2";
  // delay for animating the big image in Milsec
	var mainDelay=150000;	// 2.5 min x 60 sec = 150 * 1000 == 150000 mil seconds
  // 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/";

