function popUp(URL,width, height) {
  day = new Date();
  id = day.getTime();
  window.open(URL,'jav','width='+ width +',height='+ height +',resizable=no');

}