// JavaScript Document
function newsletter(){
	var url
	url=document.URL
	
			document.write ('<form name="formlogin" id="formlogin" method="post" action="http://www.addjust.com/abonnement2.asp?url_retour=')
			document.write (url)
			document.write ('">')
				document.write ('<input type="text" name="adresse_email"/>')
				document.write ('<input type="submit" value="Ok" />')
			document.write ('</form>')
}

function Retour_OnClick()
{
	var lRepertoire = document.getElementById(10);
	var lRep = lRepertoire.value;
	if (lRep == "informations") {
		var lChemin = "http://www.netop.fr/contactez/index.htm";}
	else {
		var lChemin = "http://www.netop.fr/telechargements/" + lRep + "/index.htm";}
	window.location = lChemin;
}
