function pop( id ){
    window.open("popup.php?id=" + id, id, "resizable, scrollbars,width=550,height=600,left=50,top=50");
}