function openPopupWindow(url) {
  var win = window.open(url,'','width=700,height=650');
  return false;
}