var aUrl=new Array();
aUrl[0]='http://www.tourmontparnasse56.com';
aUrl[1]='/cn/plan_site/index.html';
aUrl[2]='/cn/contact/index.html';
aUrl[3]='/cn/plan/index.html';
aUrl[4]='/cn/liens_paris/index.html';
aUrl[5]='/cn/partenaires/index.html';
aUrl[6]='/cn/vue/terrasse.html';
aUrl[7]='/cn/vue/etage.html';
aUrl[8]='/cn/vue/visite.html';
aUrl[9]='/cn/destination/quartier.html';
aUrl[10]='/cn/destination/lieux.html';
aUrl[11]='/cn/espace/presentation.html';
aUrl[12]='/cn/espace/location.html';

aUrl[101]='/de/';
aUrl[102]='/uk/';
aUrl[103]='/sp/';
aUrl[104]='/fr/';
aUrl[105]='/it/';
aUrl[106]='/jp/';
aUrl[107]='/cn/';
aUrl[108]='/ru/';

function openPage(iValue) {
		window.location.href = aUrl[iValue];
}
