﻿function showPdf( file )
{
    void( window.open(file) );
}


