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

