  function download(id)
    {
        window.open("../../resources/uploads/"+id+".pdf",'rgtuwindow','width=800,height=600');
    }
