function windowPopup(url, width, height) {
  var windowPopup = window.open(url, 'windowPopup', 'height='+height+',width='+width+',directories=0,resizable=1,scrollbars=auto,toolbar=0,menubar=0,status=1,location=0');
}