<!--
function openWindow(offsite) {
  flyerWindow = window.open(offsite,'flyWin','toolbar,location,scrollbars,width=600,height=400,top=20,left=20,resizable');
  flyerWindow.focus();
  }
//-->
