// JavaScript Document
function Affiche_help(help){
	window.open('help.php?help='+help,'Aide','height=200,width=400');
}
