//檔案下載
function dow(nam,dirfi){   
    window.location.href="dow.php?name="+nam+"&dirfile="+encodeURIComponent(dirfi);
} 
