/* popitup.js RCD 07/07/2011 */

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

