function help() { 
popup = window.open("about:blank","_blank","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=300,height=250,left=0,top=0"); 
popup.document.write('<html><head><title>Newswriter Help</title>');
popup.document.write('<link rel="stylesheet" href="style.css" type="text/css">');
popup.document.write('</head><body>');
popup.document.write('<h3>Aide Admin</h3><br>');
popup.document.write('<b> <b>Texte en gras</b> </b><br><br>');
popup.document.write('<i> <i>Texte en italique</i> </i><br><br>');
popup.document.write('<u> <u>Texte soulign&eacute</u> </u><br><br><br>');
popup.document.write('Vous pouvez &eacutegalement utiliser tous les autres tag html,<br>Mais assurez-vous de toujours les refermer.<br><br><br>');
popup.document.write('<a href="http://www.asciitable.com/" target="_blank">Ascii-Codes</a> - <a href="http://www.htmlhelp.com/reference/html40/alist.html" target="_blank">html-Reference</a> - <a href="http://newswriter2005.sourceforge.net/" target="_blank">Project</a>');
popup.document.write('<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-4337403-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body></html>');
popup.focus();
return true;
}

function check()
{
	input_box=confirm("Etes-vous certain?");
	if (input_box==true)

	{ 
	// Output when OK is clicked
	return true;
	}

	else
	{
	// Output when Cancel is clicked
	return false;
	}
}
