﻿function popwin(URL,w,h){
  pop=window.open(URL,"pop","height="+h+",width="+w+",resizable=yes,left=160,right=120,scrollbars=no,menubar=no,status=yes");
}
