
function clk(id)
{
      (new Image()).src="http://www.recettes-cocktails.com/annuaire/goto.php?id="+id;
      return true;
} 


function uncheck_all()
{
	document.search.check_0.checked = false;
}

function active_new() 
{
	if (document.propose.a_primary.value == "new")
	{
		document.propose.new_alcool.disabled = false;
	}
	else
	{
		document.propose.new_alcool.disabled = true;
	}
}

function none()
{
	;
}

function showhide(object)
{
	if (document.getElementById && document.getElementById(object))
	{
		if (document.getElementById(object).style.display == "none")
		{
			document.getElementById(object).style.display = "";
		}
		else
		{
			document.getElementById(object).style.display = "none";
		}
	}
	else if (document.all && document.all(object))
	{
		if (document.all(object).style.display == "none")
		{
			document.all(object).style.display = "";
		}
		else
		{
			document.all(object).style.display = "none"
		}
	}
}

function showbookmarks()
{
	;
}