function Dnl(nom,chem,doc)
{
  var sparam="toolbar=no,directories=no,location=no,status=no,resizable=no,scrollbars=no,copyhistory=no";
	sparam=sparam+",width=300,height=50,left=0,top,0";
	//alert(sparam);
  xx = window.open("download.php?nomfic="+nom+"&abolut="+chem+"&doc="+doc,"DNL",sparam);
	xx.focus();
	var timeID = window.setTimeout("xx.close()", 40000);
}
function DnlLearn(nom,chem)
{
  var sparam="toolbar=no,directories=no,location=no,status=no,resizable=no,scrollbars=no,copyhistory=no";
	sparam=sparam+",width=300,height=50,left=0,top,0";
	//sparam="";
	//alert(sparam);
  xx = window.open("downloadlearn.php?nomfic="+nom+"&abolut="+chem,"DNL",sparam);
	var timeID = window.setTimeout("xx.close()", 25000);
}
function DnlCampaign(nom,chem,doc)
{
  var sparam="toolbar=no,directories=no,location=no,status=no,resizable=no,scrollbars=no,copyhistory=no";
	sparam=sparam+",width=300,height=50,left=0,top,0";
	//alert(sparam);
  xx = window.open("downloadMkt.php?nomfic="+nom+"&abolut="+chem+"&doc="+doc,"DNL",sparam);
	xx.focus();
	var timeID = window.setTimeout("xx.close()", 40000);
}

function DnlTrainingDate(nom,chem,doc)
{
  var sparam="toolbar=no,directories=no,location=no,status=no,resizable=no,scrollbars=no,copyhistory=no";
	sparam=sparam+",width=300,height=50,left=0,top,0";
	//alert(sparam);
  xx = window.open("downloadTraining.php?nomfic="+nom+"&abolut="+chem+"&doc="+doc,"DNL",sparam);
	xx.focus();
	var timeID = window.setTimeout("xx.close()", 40000);
}
