/* changer l'action du FORM de recherche en haut de page */
function changer_action(chaine)
{
	if(chaine == 'google')
	{
		document.forms['formRecherche'].action="http://www.google.fr/cse";
	}
	if(chaine == 'spontex') 
	{
		document.forms['formRecherche'].method="POST";
		document.forms['formRecherche'].action="/le_saviez_vous/search/";
	}
}
function Voter_Lsv ( lsv_id, vote_sens ) {
	$("#pleaselogin").show('slow');
}
function Voter_Comment_LsvTrans ( comment_lsvtrans_id, vote_sens ) {
	$("#pleaselogin").show('slow');
}
// LSV : à reprendre à l'identique dans logged-out
function Afficher_commentaire ( comment_lsvtrans_id ) {
	$("#commentaire-lsv-"+comment_lsvtrans_id).show("slow");
	$("#commentaire-gland-"+comment_lsvtrans_id).show("slow");
}
// LSV : à reprendre à l'identique dans logged-out
function Cacher_commentaire ( comment_lsvtrans_id ) {
	$("#commentaire-lsv-"+comment_lsvtrans_id).hide("slow");
    $("#commentaire-gland-"+comment_lsvtrans_id).hide("slow");
}
function Voter_Comment_Gland ( comment_gland_id, vote_sens ) {
	$("#pleaselogin").fadeIn('slow');
}
function Voter_Gland ( gland_id, vote_sens ) {
	$("#pleaselogin").show('slow');
}
function vote_ticket ( url, id, vote ) {
	$("#pleaselogin").show('slow');
}
function Voter_Comment_Tracker ( comment_id, vote_sens ) {
	$("#pleaselogin").fadeIn('slow');
}
function Voter_Comment_Sondage ( comment_id, vote_sens ) {
	$("#pleaselogin").fadeIn('slow');
}
function vote_sondages_plus_moins ( url, id, vote) {
	$("#pleaselogin").fadeIn('slow');
}
function vote_sondages_repondre ( url, vote ) {
	$("#pleaselogin").fadeIn('slow');
}
function fermer_message () {
    $("#pleaselogin").fadeOut('slow');
}

