function initdownload(filename)
{
	d = document.location
	temp = "http://www.inventia.fr/" + filename
	temp = "http://www.inventia.fr/pdf_download/idok.php?url=" + temp + "&d=" + d
	window.open(temp, 'DownloadForm', 'height=310, width=600, top=25, left=25, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=yes, status=no');
}

