function changer(valeur) {
			a = valeur.split('##');
			document.getElementById('prix').innerHTML = a[0];
			document.getElementById('indicatif').innerHTML = a[1];
			document.getElementById('ensavoirplus').href = a[2];
		}
		function ap() {
			c = document.getElementById('texteh1');
			d = document.getElementById('hh1');
			if(c.style.display == 'block') {
				c.style.display = 'none';
				d.style.backgroundPosition = '0 16px';
				d.style.color = '#4097cb';
			} else {
				c.style.display = 'block';
				d.style.backgroundPosition = '0 -30px';
				d.style.color = '#fff';
			}
		}
		function france() {
			document.getElementById('fond').style.display = 'none';
			document.getElementById('popup').style.display = 'none';
		}
		
		
function promo() {
	c = document.getElementById('tp_div');
	d = document.getElementById('textepromo');
	d.style.display = 'block';
	interv = setInterval('agrandissement(\'196\')',25);
	c.style.height = '15px';	
}
function agrandissement(obj) {
	c = document.getElementById('tp_div');
	var haut = parseInt(c.offsetHeight);	
	haut += (obj-haut)/8;	
	c.style.height = haut+'px';	
	if(haut>Math.abs(obj-15)) {
		c.style.height = obj+'px';
		clearInterval(interv);
		
		if(obj==0) {
			c.style.display = 'none';
		}
	}
}
function fermer() {
	document.getElementById('textepromo').style.display = 'none';
}

function open_facture(che) {
	window.open (che+'../style/facture.gif','facture', config='height=184, width=884, toolbar=no, menubar=no, scrollbars=yes, resizable=yes, location=yes, directories=no, status=no');
}