/* popmsg.js RCD 20/07/2011 */

function popit(file,w,h,s){
  winpops=window.open(file,"","width="+w+",height="+h+",top=400,left=400, scrollbars="+s+", resizable=no")
}

