function PopUpWindow(url,features) {
  window.open(url,'_blank','left=0,top=0,'+features);
}
