function show(url) {

  var popWin = window.open(url, 'popupWindow', 'height=250,width=250,toolbars=no,scrollbars=no,resizable=yes');
}
