﻿window.onscroll = scrollEvent;
window.onresize = resizeEvent;
function scrollEvent() {
   
  // change the display size and location
  setFrameImageLargeAttributes ('frameContainerLarge');
}

function resizeEvent() {
   
  // change the display size and location
  setFrameImageLargeAttributes ('frameContainerLarge');
}

