/* popitup.js RCD 13/12/2009 */

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

