// JavaScript Document
 

function runscroll() 
{
  var layer;
  var x, y;
  layer = getLayer("OCSlice");
  x = getPageLeft(layer);
  y = getPageTop(layer);
  OCScroller.create();
  OCScroller.hide();
  OCScroller.moveTo(x, y);
  OCScroller.setzIndex(200);
  OCScroller.show();
  showTheTime();
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}