function moveLayer(y,x) {
  document.getElementById('fPreview').style.top = y+'px' ;
  document.getElementById('fPreview').style.left = x+'px' ;
}

