// JavaScript Document
function replaceLocation(page){
	 window.location='produits.html?' + page;
	 return page;
 }
