function popup(url) {
    window.open(url,'_blank','width=550,height=500,status,resizable,scrollbars');
}
