 function popup(href, width, height) { 
       var options = 'width='+ width +',height='+ height +',resizable=yes,scrollbars=yes,toolbar=no,left='+ ((screen.width-width)/2) +',top='+ ((screen.height-height)/2) +'';
       var popup = window.open(href, '_blank', options);
  }