function openFlyer() {  
  window.open('flyer.html','','height=640,width=303');
}
