function popup(url)
{
    window.open(url, '_popup_', 'width=680, height=520, status=no, scrollbars=yes, resizable=yes');
}
