function openPopWin(pop_win, width, height) {
  var desktop=window.open(pop_win,"_blank","toolbar=no,location=no,status=no,top=5,left=5,menubar=no,scrollbars=yes,width="+width+",height="+height+"");
}