﻿
/** Cette fonction est appelée pour simuler
    le clic sur le bouton de recherche lorsque l'utilisateur
    appuye sur la touche Entrée.
    IDBoutonRecherche correspond à son identifiant qui a été initialisé
    au chargement de la page.*/
function BoutonEntreeRecherche()
{
	document.getElementById('' + IDBoutonRecherche).click();	
}

function BoutonEntreePanier()
{
	document.getElementById('' + IDBoutonPanier).click();	
}


function BoutonEntreeNews()
{	    
    document.getElementById('' + IDBoutonNewsletter).click();
}


function BoutonEntreePL()
{
	document.getElementById('' + IDBoutonEntreePL).click();	
}


function BoutonEntreeFR()
{
	document.getElementById('' + IDBoutonEntreeFR).click();	
}


function BoutonEntreeNL()
{
	document.getElementById('' + IDBoutonEntreeNL).click();	
}


function BoutonEntreeUK()
{
	document.getElementById('' + IDBoutonEntreeUK).click();	
}


function BoutonEntreeDE_SP()
{
	document.getElementById('' + IDBoutonEntreeDE).click();
}

function BoutonEntreePointRelais() 
{
    document.getElementById('' + IDBoutonEntreePointRelais).click();
}