	var p0='*<a href=\"#\" onmouseover=\"show_help(\'p1\');\">Joindre 1 fichier</a>';
	var p1='Joindre un fichier<br><input type=file name="Parcourir" value="200 Ko">*<a href=\"#\" onmouseover=\"show_help(\'p2\');\">Joindre 2 fichiers</a>';
	var p2='Joindre 2 fichiers<br><input type=file name="Parcourir" value="200 Ko"><br><input type=file name="Parcourir1" value="200 Ko">*<a href=\"#\" onmouseover=\"show_help(\'p3\');\">Joindre 3 fichiers</a>';
	var p3='Joindre 3 fichiers<br><input type=file name="Parcourir" value="200 Ko"><br><input type=file name="Parcourir1" value="200 Ko"><br><input type=file name="Parcourir2" value="200 Ko"><br>*<a href=\"#\" onmouseover=\"show_help(\'p0\');\">Ne pas joindre de fichier</a>';

	var isNS;
	var old = false;
	var isIE=(document.all);
	var yyy=-1000;
	if(navigator.appName=="Netscape"){(document.layers)?isNS=true:old=true;}
	
   function show_help(_h)
	{var content='<table border="0" cellspacing="0" cellpadding="3" height="100" width="400"><tr><td>';
		
		if(_h == 'p1') { content+=p1; }
		else if (_h == 'p2') { content+=p2; }
		else if (_h == 'p3') { content += p3; }
		else {content+=p0; } 
		
		content+='</td></tr></table>';
		if(!old)
		{
			var skn=(isNS)?document.d1:d1.style;
			if(isNS)document.captureEvents(Event.MOUSEMOVE);
		}

		if(isNS){document.d1.top=165;document.d1.left=window.innerWidth/2+5;skn.document.open();skn.document.write(content);skn.document.close();skn.visibility="visible";}
		if(isIE){d1.position="relative";document.all("d1").innerHTML=content;skn.visibility="visible";}
	}
