function show_menu(rubrique)
{
	var rub = document.getElementById(rubrique);
	if ((rub.style.display == "") || (rub.style.display == "none"))
	{
		rub.style.display = "block";
	}
	else
	{
		rub.style.display = "none";
	}
	return false;
}

function show_noie()
{
	if (document.all)
		document.write('<div class="browser_info"><marquee scrollamount="4" scrolldelay="33" onmouseover="this.stop()" onmouseout="this.start()">Ce site a été optimisé et testé pour les navigateurs suivant : <a href="http://www.mozilla-europe.org/fr/" onclick="window.open(\'http://www.mozilla-europe.org/fr/\');return false;">Mozilla/FireFox</a> - <a href="http://www.telechargement.netscape.fr/telechargement/" onclick="window.open(\'http://www.telechargement.netscape.fr/telechargement/\');return false;">Netscape</a> - <a href="http://www.apple.com/fr/safari/" onclick="window.open(\'http://www.apple.com/fr/safari/\');return false;">Safari</a> - <a href="http://www.opera.com/download/" onclick="window.open(\'http://www.opera.com/download/\');return false;">Opera</a> - <a href="http://lynx.isc.org/current/" onclick="window.open(\'http://lynx.isc.org/current/\');return false;">Lynx</a></marquee></div>');
}

function check_search_frm()
{
	if (document.getElementById('siteonly').checked)
		document.getElementById('search_query').value = document.getElementById('search_query').value + ' site:freeben19.dyndns.org';
}
