// Krakow Oko Sieci webcam configuration file

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

  // camera ID
  var _curDirCapCom = "krakow01";
  // delay for animating the big image in Milsec
  var mainDelay=60000;	// 3 sec * 1000 == 3000 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/";

