function openPopup(POPUP,width,height)  {  var popup =  window.open(POPUP,'popup','resizable=yes,scrollbars=yes,width=' + width + ',height=' + height + '');  popup.focus();  }