var aUrl=new Array();
aUrl[0]='http://www.tourmontparnasse56.com';
aUrl[1]='/jp/plan_site/index.html';
aUrl[2]='/jp/contact/index.html';
aUrl[3]='/jp/plan/index.html';
aUrl[4]='/jp/liens_paris/index.html';
aUrl[5]='/jp/partenaires/index.html';
aUrl[6]='/jp/vue/terrasse.html';
aUrl[7]='/jp/vue/etage.html';
aUrl[8]='/jp/vue/visite.html';
aUrl[9]='/jp/destination/quartier.html';
aUrl[10]='/jp/destination/lieux.html';
aUrl[11]='/jp/espace/presentation.html';
aUrl[12]='/jp/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];
}
