function show_profile_popup(id)
{
    window.open("/profiles/" + id + "/","mywindow","location=0,status=0,scrollbars=1,width=150,height=400");
}
