// JavaScript Document
function popup(target)
    {
    window.open(target,'popup','width=300,height=300,scrollbars=yes')
    }
