// JavaScript Document

function definirCookie(numero,x){
numeroImage=x;
var prolongation=new Date();
prolongation.setFullYear(prolongation.getFullYear()+1);
var cookieImage=numero +"=" + numeroImage + "; expires=" + prolongation.toGMTString();
document.cookie=cookieImage;

location.href="transmongolie_galerie_xl.htm";
}






