// JavaScript Document

function GoToCategorie (url) {

document.location.href = url;

}
