function downloadHref(pathHref) 
{
	window.open('/download.html?download='+pathHref,'download','left=2000,top=2000,width=10,height=10');
}

