/* function article_bandeau(code_lg) {
	window.location.href="pre_fiche_produit.cfm?type=2&ref=web_020010&code_lg="+code_lg+"&pag=1&num=2&tri=0&marq=0";
} */

/*   article z miel :
function article_bandeau(code_lg) {
	window.location.href="liste_produits.cfm?type=194&code_lg="+code_lg;
}
*/


function article_bandeau(code_lg) {
	window.location.href="fiche_produit.cfm?url=geleeroyalebio&type=2&ref=web_020010&pag=1&num=2&tri=0&marq=0&code_lg="+code_lg;
}

function article_bandeau_logo(code_lg) {
	window.location.href="fiche_produit.cfm?url=geleeroyalebio&type=2&ref=web_020010&code_lg="+code_lg+"&pag=1&num=2&tri=0&marq=0";
}



function NewWindowPu(adresse, hauteur ,largeur ) {
var winl = (screen.width - largeur) / 2;
var wint = (screen.height - hauteur) / 2;
winprops = 'height='+hauteur+',width='+largeur+',top='+wint+',left='+winl+',null,scrollbars=yes,noresizable'
win = window.open(adresse, "pop_up", winprops)
win.focus();
}


function aff_element(nom_element) {
	if (document.getElementById(nom_element).style.display=='none')
	{ document.getElementById(nom_element).style.display=''; }
	void('');
}
function mask_element(nom_element) {
	if (document.getElementById(nom_element).style.display=='')
	{ document.getElementById(nom_element).style.display='none'; }
	void('');
}
