window.addEvent('load', function(){
	if ($$(".bigposter").length>0) {
		document.addEvent('keydown', function(event){
			// alert(event.key);
			if (event.key == 'left') { location.search=$$('.bignav_left').getProperty('href');}
			if (event.key == 'right') { location.search=$$('.bignav_right').getProperty('href');}
		});
	}
	
	if ($("shop")) {
		var myAccordion = new Fx.Accordion("#listpdvente h3", ".desptsdevente", {
			"display": "-1",
			"alwaysHide": true
		});
		
	}
});
