function download(id,path) {
	
	window.location=path+'download_it.php?pid='+id;
	
}